Minahito
minah****@users*****
2006年 8月 5日 (土) 15:19:34 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.61 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.62 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.61 Fri Aug 4 20:43:56 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Sat Aug 5 15:19:33 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.61 2006/08/04 11:43:56 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.62 2006/08/05 06:19:33 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -1196,6 +1196,10 @@ $module =& $handler->getByDirname(xoops_getrequest('dirname')); } } + elseif ($module->get('dirname') == "base" && xoops_getrequest('action') == 'PreferenceEdit' && isset($_REQUEST['confmod_id'])) { + $handler =& xoops_gethandler('module'); + $module =& $handler->get(intval(xoops_getrequest('confmod_id'))); + } } return $module;