diff --git a/modules/planet/planet.info.php b/modules/planet/planet.info.php index dcde3999e..e0ca4108b 100644 --- a/modules/planet/planet.info.php +++ b/modules/planet/planet.info.php @@ -164,9 +164,9 @@ } function getTags() { - static $tags = null; + //static $tags = null; if(!$this->isExists()) return; - if(!is_null($tags)) return $tags; + //if(!is_null($tags)) return $tags; $args->module_srl = $this->planet_srl; $output = executeQueryArray('planet.getPlanetTag', $args);