Minahito
minah****@users*****
2006年 10月 31日 (火) 15:06:32 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.10 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.11 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.10 Wed Oct 25 19:39:24 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Tue Oct 31 15:06:32 2006 @@ -426,13 +426,7 @@ $GLOBALS['xoopsModuleConfig'] =& $module->mModuleConfig; } - foreach (array_keys($_REQUEST) as $key) { - if (strpos($key, 'Legacy_Event_User_') === 0) { - $eventName = substr($key, 18); - XCube_DelegateUtils::call('Legacy.Event.User.' . $eventName); - $this->mRoot->mContext->mAttributes['userEvent'][$eventName] = true; - } - } + Legacy_Utils::raiseUserControlEvent(); } function _processHostAbstractLayer()