Minahito
minah****@users*****
2006年 11月 7日 (火) 16:54:06 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.14 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.15 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.14 Tue Nov 7 15:35:24 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Tue Nov 7 16:54:06 2006 @@ -249,7 +249,7 @@ require_once XOOPS_ROOT_PATH."/core/XCube_Utils.class.php"; // ToDo require_once XOOPS_ROOT_PATH.'/class/xoopssecurity.php'; - $_GLOBALS['xoopsSecurity'] = new XoopsSecurity(); + $GLOBALS['xoopsSecurity'] =& new XoopsSecurity(); } /**