Minahito
minah****@users*****
2006年 7月 26日 (水) 19:54:43 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.51 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.52 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.51 Thu Jul 20 17:11:48 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Wed Jul 26 19:54:43 2006 @@ -673,6 +673,7 @@ $renderTarget=&$this->mRenderSystem->getRenderTarget(); + // require_once XOOPS_ROOT_PATH . '/include/notification_select.php'; // Wmm... if($renderTarget->getTemplateName()==null) { @@ -754,6 +755,16 @@ return $manager; } + function &_createDelegateManager() + { + $manager =& parent::_createDelegateManager(); + + $manager->add('Legacypage.Notifications.Access', 'Legacy_NotificationFunctions::notifications', XOOPS_ROOT_PATH . "/modules/base/kernel/NotificationFunctions.class.php"); + $manager->add('Legacyfunction.Notificatins.Select', 'Legacy_NotificationFunctions::notifications_select', XOOPS_ROOT_PATH . "/modules/base/kernel/NotificationFunctions.class.php"); + + return $manager; + } + function &_createServiceManager() { $manager =& parent::_createServiceManager();