[xoops-cvslog 3943] CVS update: xoops2jp/html/modules/user/actions

Back to archive index

Minahito minah****@users*****
2006年 8月 5日 (土) 11:30:47 JST


Index: xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.11 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.12
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.11	Sat Aug  5 10:54:34 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Sat Aug  5 11:30:47 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.11 2006/08/05 01:54:34 nobunobu Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.12 2006/08/05 02:30:47 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -62,7 +62,7 @@
 		$this->_processMail($controller);
 		$this->_eventNotifyMail($controller);
 		
-		XCube_DelegateUtils::call('Legacy.Event.ResgistUser.Success');
+		XCube_DelegateUtils::call('Legacy.Event.RegistUser.Success');
 		
 		return USER_FRAME_VIEW_SUCCESS;
 	}


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