Minahito
minah****@users*****
2006年 10月 15日 (日) 00:37:28 JST
Index: xoops2jp/html/include/cp_header.php diff -u xoops2jp/html/include/cp_header.php:1.2.8.5.2.2 xoops2jp/html/include/cp_header.php:1.2.8.5.2.3 --- xoops2jp/html/include/cp_header.php:1.2.8.5.2.2 Thu Oct 12 20:01:07 2006 +++ xoops2jp/html/include/cp_header.php Sun Oct 15 00:37:28 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: cp_header.php,v 1.2.8.5.2.2 2006/10/12 11:01:07 minahito Exp $ + * @version $Id: cp_header.php,v 1.2.8.5.2.3 2006/10/14 15:37:28 minahito Exp $ * @deprecated This file was a shortcut for XOOPS2 developers who don't want to load header.php */ @@ -20,7 +20,7 @@ // $root =& XCube_Root::getSingleton(); -require_once XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_AdminControllerStrategy.class.php"; +require_once XOOPS_ROOT_PATH . "/modules/legacy/kernel/Legacy_AdminControllerStrategy.class.php"; $strategy =& new Legacy_AdminControllerStrategy($root->mController); $root->mController->setStrategy($strategy);