Minahito
minah****@users*****
2006年 10月 15日 (日) 02:13:20 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.2 xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php:1.1.2.2 Sun Oct 15 01:38:12 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php Sun Oct 15 02:13:20 2006 @@ -94,13 +94,13 @@ if ($this->mController->mRoot->mContext->mModule != null) { $module =& $this->mController->mRoot->mContext->mXoopsModule; - if ($module->get('dirname') == "base" && isset($_REQUEST['dirname'])) { + if ($module->get('dirname') == "legacy" && isset($_REQUEST['dirname'])) { if (in_array(xoops_getrequest('action'), $this->_mSpecialActions)) { $handler =& xoops_gethandler('module'); $module =& $handler->getByDirname(xoops_getrequest('dirname')); } } - elseif ($module->get('dirname') == "base" && xoops_getrequest('action') == 'PreferenceEdit' && isset($_REQUEST['confmod_id'])) { + elseif ($module->get('dirname') == "legacy" && xoops_getrequest('action') == 'PreferenceEdit' && isset($_REQUEST['confmod_id'])) { $handler =& xoops_gethandler('module'); $module =& $handler->get(intval(xoops_getrequest('confmod_id'))); }