[xoops-cvslog 2313] CVS update: xoops2jp/html/modules/system

Back to archive index

onokazu onoka****@users*****
2006年 2月 6日 (月) 14:43:58 JST


Index: xoops2jp/html/modules/system/admin.php
diff -u xoops2jp/html/modules/system/admin.php:1.2.16.1 xoops2jp/html/modules/system/admin.php:1.2.16.2
--- xoops2jp/html/modules/system/admin.php:1.2.16.1	Sun Feb  5 14:19:53 2006
+++ xoops2jp/html/modules/system/admin.php	Mon Feb  6 14:43:58 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: admin.php,v 1.2.16.1 2006/02/05 05:19:53 onokazu Exp $
+// $Id: admin.php,v 1.2.16.2 2006/02/06 05:43:58 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -78,7 +78,7 @@
             $category = !empty($modversion['category']) ? intval($modversion['category']) : 0;
             unset($modversion);
             if ($category > 0) {
-                $groups =& $xoopsUser->getGroups();
+                $groups = $xoopsUser->getGroups();
                 if (in_array(XOOPS_GROUP_ADMIN, $groups) || false != $sysperm_handler->checkRight('system_admin', $category, $groups, $xoopsModule->getVar('mid'))){
                     if (file_exists(XOOPS_ROOT_PATH."/modules/system/admin/".$fct."/main.php")) {
                         include_once XOOPS_ROOT_PATH."/modules/system/admin/".$fct."/main.php";


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