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

Back to archive index

Minahito minah****@users*****
2006年 8月 9日 (水) 18:38:29 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.12 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.13
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.12	Sat Aug  5 11:30:47 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Wed Aug  9 18:38:29 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.12 2006/08/05 02:30:47 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.13 2006/08/09 09:38:29 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -62,7 +62,7 @@
 		$this->_processMail($controller);
 		$this->_eventNotifyMail($controller);
 		
-		XCube_DelegateUtils::call('Legacy.Event.RegistUser.Success');
+		XCube_DelegateUtils::call('Legacy.Event.RegistUser.Success', new XCube_Ref($this->mNewUser));
 		
 		return USER_FRAME_VIEW_SUCCESS;
 	}


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