Minahito
minah****@users*****
2006年 10月 21日 (土) 20:35:51 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_PublicControllerStrategy.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.3 xoops2jp/html/modules/legacy/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.4 --- xoops2jp/html/modules/legacy/kernel/Legacy_PublicControllerStrategy.class.php:1.1.2.3 Fri Oct 20 17:06:05 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_PublicControllerStrategy.class.php Sat Oct 21 20:35:51 2006 @@ -62,7 +62,7 @@ // the new solution about this process. // $handler =& xoops_getmodulehandler('theme', 'legacy'); - $theme =& $handler->get($this->mController->getTheme()); + $theme =& $handler->get($this->mController->mRoot->mContext->getThemeName()); return $theme; }