Minahito
minah****@users*****
2006年 7月 20日 (木) 01:02:45 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.48 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.49 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.48 Wed Jul 19 19:18:27 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu Jul 20 01:02:45 2006 @@ -778,11 +778,11 @@ if (is_object($xoopsUser)) { $this->mLogout->call(new XCube_Ref($successFlag), $xoopsUser); if ($successFlag) { - XCube_DelegateUtils::call("Site.Logout.Success"); + XCube_DelegateUtils::call("Site.Logout.Success", $xoopsUser); $this->executeRedirect(XOOPS_URL, 1, array(_US_LOGGEDOUT, _US_THANKYOUFORVISIT)); } else { - XCube_DelegateUtils::call("Site.Logout.Fail"); + XCube_DelegateUtils::call("Site.Logout.Fail", $xoopsUser); } } else {