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

Back to archive index

Ryuji AMANO ryuji_amano****@users*****
2006年 10月 7日 (土) 15:30:10 JST


Index: xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php
diff -u xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.9 xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.9.2.1
--- xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.9	Mon Sep 25 18:39:41 2006
+++ xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php	Sat Oct  7 15:30:09 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: AvatarSelectAction.class.php,v 1.1.2.9 2006/09/25 09:39:41 minahito Exp $
+ * @version $Id: AvatarSelectAction.class.php,v 1.1.2.9.2.1 2006/10/07 06:30:09 ryuji_amano Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -78,7 +78,7 @@
 			return false;
 		}
 
-		if ($this->mObject->isAdmin()) {	//< FIXME
+		if ($xoopsUser->isAdmin()) {	//< FIXME
 			return true;
 		}
 		elseif ($this->mObject->get('uid') == $xoopsUser->get('uid')) {


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