Minahito
minah****@users*****
2006年 10月 15日 (日) 00:58:43 JST
Index: xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php diff -u xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php:1.1.2.1 Sat Oct 14 23:55:28 2006 +++ xoops2jp/html/modules/legacy/admin/blocks/AdminSideMenu.class.php Sun Oct 15 00:58:43 2006 @@ -53,7 +53,7 @@ $this->mCurrentModule =& $controller->mRoot->mContext->mXoopsModule; - if ($this->mCurrentModule->get('dirname') == 'base') { + if ($this->mCurrentModule->get('dirname') == 'legacy') { if (xoops_getrequest('action') == "help") { $moduleHandler =& xoops_gethandler('module'); $t_module =& $moduleHandler->getByDirname(xoops_gethandler('dirname'));