Minahito
minah****@users*****
2006年 7月 19日 (水) 19:28:28 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.4 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.4 Wed Jul 19 19:23:22 2006 +++ xoops2jp/html/modules/user/preload/Primary/Primary.class.php Wed Jul 19 19:28:27 2006 @@ -21,6 +21,7 @@ $root->mDelegateManager->add("Legacypage.User.Access", "User_LegacypageFunctions::user", $file); $root->mDelegateManager->add("Legacypage.Lostpass.Access", "User_LegacypageFunctions::lostpass", $file); $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); } }