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