[xoops-cvslog 4256] CVS update: xoops2jp/html/modules/user/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 19日 (土) 20:55:50 JST


Index: xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php
diff -u xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.8 xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.9
--- xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php:1.1.2.8	Fri Aug 18 18:06:19 2006
+++ xoops2jp/html/modules/user/forms/AbstractUserEditForm.class.php	Sat Aug 19 20:55:50 2006
@@ -14,8 +14,9 @@
 	/**
 	 * TODO The argument of this member property may be moved to constructor.
 	 */
-	function prepare($userConfig)
+	function User_AbstractUserEditForm($userConfig)
 	{
+		parent::XCube_ActionForm();
 		$this->mConfig = $userConfig;
 	}
 	


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