Minahito
minah****@users*****
2006年 7月 28日 (金) 18:04:39 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.55 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.56 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.55 Fri Jul 28 17:58:02 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Fri Jul 28 18:04:39 2006 @@ -784,8 +784,8 @@ if(is_object($this->mXoopsUser)) { // RMV-NOTIFY // Perform some maintenance of notification records - // $notification_handler =& xoops_gethandler('notification'); - // $notification_handler->doLoginMaintenance($user->getVar('uid')); + $notification_handler =& xoops_gethandler('notification'); + $notification_handler->doLoginMaintenance($this->mXoopsUser->get('uid')); XCube_DelegateUtils::call("Site.CheckLogin.Success", new XCube_Ref($this->mXoopsUser));