Minahito
minah****@users*****
2006年 10月 15日 (日) 00:44:10 JST
Index: xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php diff -u xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php:1.1.2.1 Sat Oct 14 23:55:21 2006 +++ xoops2jp/html/modules/legacy/actions/SearchShowallbyuserAction.class.php Sun Oct 15 00:44:10 2006 @@ -6,8 +6,8 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_MODULE_PATH . "/base/actions/SearchShowallAction.class.php"; -require_once XOOPS_MODULE_PATH . "/base/forms/SearchShowallbyuserForm.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/actions/SearchShowallAction.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/forms/SearchShowallbyuserForm.class.php"; class Legacy_SearchShowallbyuserAction extends Legacy_SearchShowallAction {