[xoops-cvslog 3363] CVS update: xoops2jp/html/modules/user/preload/Primary

Back to archive index

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"));
 	}
 }
 


xoops-cvslog メーリングリストの案内
Back to archive index