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

Back to archive index

NobuNobu nobun****@users*****
2007年 1月 23日 (火) 22:37:43 JST


Index: xoops2jp/html/modules/user/actions/LostPassAction.class.php
diff -u xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.1 xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.2
--- xoops2jp/html/modules/user/actions/LostPassAction.class.php:1.1.2.8.2.1.2.1	Tue Jan 23 22:24:14 2007
+++ xoops2jp/html/modules/user/actions/LostPassAction.class.php	Tue Jan 23 22:37:43 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1.2.1 2007/01/23 13:24:14 nobunobu Exp $
+ * @version $Id: LostPassAction.class.php,v 1.1.2.8.2.1.2.2 2007/01/23 13:37:43 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -21,9 +21,12 @@
 	 * @var User_LostPassEditForm
 	 */
 	var $mActionForm = null;
+	var $mConfig;
 	
 	function prepare(&$controller, &$xoopsUser, $moduleConfig)
 	{
+		$this->mConfig = $moduleConfig;
+
 		$this->mActionForm =& new User_LostPassEditForm();
 		$this->mActionForm->prepare();
 	}


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