Minahito
minah****@users*****
2006年 7月 31日 (月) 18:45:43 JST
Index: xoops2jp/html/backend.php diff -u xoops2jp/html/backend.php:1.2.8.2 xoops2jp/html/backend.php:1.2.8.3 --- xoops2jp/html/backend.php:1.2.8.2 Fri May 26 21:08:31 2006 +++ xoops2jp/html/backend.php Mon Jul 31 18:45:43 2006 @@ -2,10 +2,11 @@ /** * This file was full scratched in XOOPS Cube Legacy project. * - * @version $Id: backend.php,v 1.2.8.2 2006/05/26 12:08:31 minahito Exp $ + * @package Legacy + * @version $Id: backend.php,v 1.2.8.3 2006/07/31 09:45:43 minahito Exp $ */ -require_once "mainfile.php"; +require_once "./mainfile.php"; require_once XOOPS_ROOT_PATH . "/header.php"; // @@ -13,7 +14,6 @@ // Raise event "Legacypage.Backend.Access" // $root=&XCube_Root::getSingleton(); -$eventArgs = array(); -$root->mEventManager->raiseEvent("Legacypage.Backend.Access", $root->mController, $eventArgs); +XCube_DelegateUtils::call("Legacypage.Backend.Access"); ?> \ No newline at end of file