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

Back to archive index

Minahito minah****@users*****
2006年 10月 5日 (木) 19:18:14 JST


Index: xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7 xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1
--- xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7	Wed Sep 27 12:35:07 2006
+++ xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php	Thu Oct  5 19:18:14 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserEditAction.class.php,v 1.1.2.7 2006/09/27 03:35:07 minahito Exp $
+ * @version $Id: UserEditAction.class.php,v 1.1.2.7.2.1 2006/10/05 10:18:14 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -39,7 +39,7 @@
 		if ($this->mObject == null && $this->isEnableCreate()) {
 			$root =& XCube_Root::getSingleton();
 			$this->mObject =& $this->mObjectHandler->create();
-			$this->mObject->set('timezone_offset', $root->mController->getConfig('server_TZ'));
+			$this->mObject->set('timezone_offset', $root->mContext->getXoopsConfig('server_TZ'));
 		}
 	}
 	


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