NobuNobu
nobun****@users*****
2006年 12月 16日 (土) 20:44:56 JST
Index: xoops2jp/html/modules/legacy/actions/ImageListAction.class.php diff -u xoops2jp/html/modules/legacy/actions/ImageListAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/actions/ImageListAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/actions/ImageListAction.class.php:1.1.2.2 Sun Oct 15 00:40:24 2006 +++ xoops2jp/html/modules/legacy/actions/ImageListAction.class.php Sat Dec 16 20:44:56 2006 @@ -62,7 +62,7 @@ $handler =& xoops_getmodulehandler('imagecategory', 'legacy'); if (is_object($xoopsUser)) { - $groups =& $xoopsUser->getGroups(); + $groups = $xoopsUser->getGroups(); } else { $groups = array(XOOPS_GROUP_ANONYMOUS); Index: xoops2jp/html/modules/legacy/actions/ImageUploadAction.class.php diff -u xoops2jp/html/modules/legacy/actions/ImageUploadAction.class.php:1.1.2.2 xoops2jp/html/modules/legacy/actions/ImageUploadAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacy/actions/ImageUploadAction.class.php:1.1.2.2 Sun Oct 15 00:40:47 2006 +++ xoops2jp/html/modules/legacy/actions/ImageUploadAction.class.php Sat Dec 16 20:44:56 2006 @@ -41,7 +41,7 @@ { $groups = array(); if (is_object($xoopsUser)) { - $groups =& $xoopsUser->getGroups(); + $groups = $xoopsUser->getGroups(); } else { $groups = array(XOOPS_GROUP_ANONYMOUS);