Minahito
minah****@users*****
2006年 7月 28日 (金) 17:58:02 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.54 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.54 Thu Jul 27 18:29:30 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Fri Jul 28 17:58:02 2006 @@ -752,6 +752,7 @@ $delegateManager->add('Legacypage.Imagemanager.Access', 'Legacy_EventFunction::imageManager', $file); $delegateManager->add('Legacypage.Backend.Access', 'Legacy_EventFunction::backend', $file); $delegateManager->add('Legacypage.Misc.Access', 'Legacy_EventFunction::misc', $file); + $delegateManager->add('User_UserViewAction.GetUserPosts', 'Legacy_EventFunction::recountPost', $file); return $delegateManager; }