Minahito
minah****@users*****
2006年 10月 15日 (日) 00:37:09 JST
Index: xoops2jp/html/include/cp_functions.php diff -u xoops2jp/html/include/cp_functions.php:1.2.8.4.2.2 xoops2jp/html/include/cp_functions.php:1.2.8.4.2.3 --- xoops2jp/html/include/cp_functions.php:1.2.8.4.2.2 Thu Oct 12 20:01:07 2006 +++ xoops2jp/html/include/cp_functions.php Sun Oct 15 00:37:09 2006 @@ -1,5 +1,5 @@ <?php -// $Id: cp_functions.php,v 1.2.8.4.2.2 2006/10/12 11:01:07 minahito Exp $ +// $Id: cp_functions.php,v 1.2.8.4.2.3 2006/10/14 15:37:09 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -34,7 +34,7 @@ // In this case, the controller does not have Admin Module Object. // $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);