Minahito
minah****@users*****
2006年 8月 6日 (日) 01:46:39 JST
Index: xoops2jp/html/modules/user/preload/Primary/Primary.class.php diff -u xoops2jp/html/modules/user/preload/Primary/Primary.class.php:1.1.2.5 xoops2jp/html/modules/user/preload/Primary/Primary.class.php:1.1.2.6 --- xoops2jp/html/modules/user/preload/Primary/Primary.class.php:1.1.2.5 Wed Jul 19 19:28:27 2006 +++ xoops2jp/html/modules/user/preload/Primary/Primary.class.php Sun Aug 6 01:46:39 2006 @@ -23,6 +23,8 @@ $root->mDelegateManager->add("Site.CheckLogin", "User_LegacypageFunctions::checkLogin", $file); $root->mDelegateManager->add("Site.CheckLogin.Success", "User_LegacypageFunctions::checkLoginSuccess", $file); $root->mDelegateManager->add("Site.Logout", "User_LegacypageFunctions::logout", $file); + + $root->mDelegateManager->add("Legacypage.Misc.Access", "User_LegacypageFunctions::misc", XCUBE_DELEGATE_PRIORITY_NORMAL - 5, $file); } }