mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3392e842f5
commit
d48bd45e60
5 changed files with 29 additions and 5 deletions
|
|
@ -19,8 +19,8 @@
|
|||
*/
|
||||
|
||||
// 한번이라도 요청이 되었다면 패스
|
||||
if($this->rainbow_link_is_called) return;
|
||||
$this->rainbow_link_is_called = true;
|
||||
if($GLOBALS['_rainbow_link_is_called']) return;
|
||||
$GLOBALS['_rainbow_link_is_called'] = true;
|
||||
|
||||
// 현재 애드온의 위치를 구함
|
||||
$oAddOnModel = &getModel('addon');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue