Minahito
minah****@users*****
2006年 7月 10日 (月) 14:54:24 JST
Index: xoops2jp/html/modules/legacyRender/class/banner.php diff -u xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.2 xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.3 --- xoops2jp/html/modules/legacyRender/class/banner.php:1.1.2.2 Tue Apr 25 12:55:49 2006 +++ xoops2jp/html/modules/legacyRender/class/banner.php Mon Jul 10 14:54:24 2006 @@ -24,7 +24,7 @@ function loadBannerclient() { if ($this->_mClientLoadedFlag == false) { - $handler =& xoops_getmodulehandler('bannerclient'); + $handler =& xoops_getmodulehandler('bannerclient', 'legacyRender'); $this->mClient =& $handler->get($this->get('cid')); $this->_mClientLoadedFlag = true; }