git-svn-id: http://xe-core.googlecode.com/svn/trunk@748 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-29 00:53:46 +00:00
parent 3392e842f5
commit d48bd45e60
5 changed files with 29 additions and 5 deletions

View file

@ -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');