Minahito
minah****@users*****
2006年 7月 11日 (火) 10:33:49 JST
Index: xoops2jp/html/pmlite.php diff -u xoops2jp/html/pmlite.php:1.2.8.3 xoops2jp/html/pmlite.php:1.2.8.4 --- xoops2jp/html/pmlite.php:1.2.8.3 Mon Dec 26 21:16:27 2005 +++ xoops2jp/html/pmlite.php Tue Jul 11 10:33:49 2006 @@ -1,5 +1,5 @@ <?php -// $Id: pmlite.php,v 1.2.8.3 2005/12/26 12:16:27 minahito Exp $ +// $Id: pmlite.php,v 1.2.8.4 2006/07/11 01:33:49 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPSCube.org // @@ -31,8 +31,6 @@ // This is old page controller in Xoops 2.0.x // Raise event "Legacypage.Pmlite.Access" // -$root=&XCube_Root::getSingleton(); -$eventArgs = array(); -$root->mEventManager->raiseEvent("Legacypage.Pmlite.Access", $root->mController, $eventArgs); +XCube_DelegateUtils::call("Legacypage.Pmlite.Access"); ?> \ No newline at end of file