Minahito
minah****@users*****
2006年 9月 25日 (月) 18:37:08 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.12 xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.13 --- xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php:1.1.2.12 Mon Sep 25 12:26:55 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_ModuleController.class.php Mon Sep 25 18:37:07 2006 @@ -1,7 +1,7 @@ <?php /** * @package legacy - * @version $Id: Legacy_ModuleController.class.php,v 1.1.2.12 2006/09/25 03:26:55 minahito Exp $ + * @version $Id: Legacy_ModuleController.class.php,v 1.1.2.13 2006/09/25 09:37:07 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -170,6 +170,7 @@ return true; } else { + $GLOBALS['xoopsUserIsAdmin'] = false; return $modPermHandler->checkRight('module_read', $xoopsModule->getVar('mid'), XOOPS_GROUP_ANONYMOUS); } }