Minahito
minah****@users*****
2005年 11月 30日 (水) 13:33:07 JST
Index: xoops2jp/html/modules/user/userinfo.php diff -u xoops2jp/html/modules/user/userinfo.php:1.1.2.5 xoops2jp/html/modules/user/userinfo.php:1.1.2.6 --- xoops2jp/html/modules/user/userinfo.php:1.1.2.5 Sat Nov 12 02:20:30 2005 +++ xoops2jp/html/modules/user/userinfo.php Wed Nov 30 13:33:07 2005 @@ -126,7 +126,7 @@ foreach ($mids as $mid) { // Hack by marcan : only return results of modules for which user has access permission - if ( $gperm_handler->checkRight('module_read', $mid, $groups)) { + if ( $gpermHandler->checkRight('module_read', $mid, $groups)) { $module =& $module_handler->get($mid); $results =& $module->search('', '', 5, 0, $thisUser->getVar('uid')); $count = count($results);