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

Back to archive index

Minahito minah****@users*****
2006年 2月 4日 (土) 17:37:06 JST


Index: xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php:1.1.2.1	Thu Jan 19 21:06:03 2006
+++ xoops2jp/html/modules/user/admin/actions/GroupPropertyAction.class.php	Sat Feb  4 17:37:06 2006
@@ -111,7 +111,9 @@
 
 		$groupHandler =& xoops_gethandler('group');
 		$group =& $groupHandler->get($groupId);
-		$this->mGroup =& new XoopsGroupEx($group);
+		if (is_object($group)) {
+			$this->mGroup =& new XoopsGroupEx($group);
+		}
 	}
 
 	function executeViewIndex(&$controller,&$xoopsUser,&$render)


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