mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
#18098733 * fix the problem that tags for each person are same with the first person's tag (due to static declaration)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6662 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b02ec61428
commit
60b2f4ef29
1 changed files with 2 additions and 2 deletions
|
|
@ -164,9 +164,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function getTags() {
|
function getTags() {
|
||||||
static $tags = null;
|
//static $tags = null;
|
||||||
if(!$this->isExists()) return;
|
if(!$this->isExists()) return;
|
||||||
if(!is_null($tags)) return $tags;
|
//if(!is_null($tags)) return $tags;
|
||||||
|
|
||||||
$args->module_srl = $this->planet_srl;
|
$args->module_srl = $this->planet_srl;
|
||||||
$output = executeQueryArray('planet.getPlanetTag', $args);
|
$output = executeQueryArray('planet.getPlanetTag', $args);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue