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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 10月 13日 (金) 18:21:57 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.16.2.1 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.16.2.2
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.16.2.1	Thu Oct  5 19:18:12 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Fri Oct 13 18:21:56 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.16.2.1 2006/10/05 10:18:12 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.16.2.2 2006/10/13 09:21:56 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -44,7 +44,7 @@
 		$this->mNewUser->set('uorder', $controller->mRoot->mContext->getXoopsConfig('com_order'), true);
 		$this->mNewUser->set('umode', $controller->mRoot->mContext->getXoopsConfig('com_mode'), true);
 		if ($this->mConfig['activation_type'] == 1) {
-			$this->mNewUser->setVar('level', 1, true);
+			$this->mNewUser->set('level', 1, true);
 		}
 
 		if (!$memberHandler->insertUser($this->mNewUser)) {


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index