Minahito
minah****@users*****
2006年 6月 26日 (月) 12:23:33 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.1 xoops2jp/html/modules/user/preload/Primary/Primary.class.php:1.1.2.2 --- xoops2jp/html/modules/user/preload/Primary/Primary.class.php:1.1.2.1 Thu Jun 22 14:57:05 2006 +++ xoops2jp/html/modules/user/preload/Primary/Primary.class.php Mon Jun 26 12:23:33 2006 @@ -9,7 +9,7 @@ require_once XOOPS_ROOT_PATH . "/modules/user/kernel/UserEventProxyRegister.class.php"; $root =& XCube_Root::getSingleton(); - $root->mDelegateManager->add("Site.Login", "UserCommonEventFunction::NewLogin"); + $root->mDelegateManager->add("Site.Login", array ("UserCommonEventFunction", "NewLogin")); } }