Minahito
minah****@users*****
2006年 5月 25日 (木) 18:32:05 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.33 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.34 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.33 Tue May 16 21:59:36 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu May 25 18:32:04 2006 @@ -638,6 +638,9 @@ require_once XOOPS_ROOT_PATH."/modules/base/kernel/MiscEventFunctions.class.php"; $manager->setAnchorDelegate("Legacypage.Misc.Access", new XCube_Delegate("Legacy_MiscEventFunction","AccessToMisc")); + + require_once XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_EventFunctions.class.php"; + $manager->setAnchorDelegate("Legacypage.Imagemanager.Access", new XCube_Delegate("Legacy_EventFunction", "AccessToImageManager")); // // We write the following lines for test here.