Minahito
minah****@users*****
2006年 10月 7日 (土) 16:46:57 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.79.2.8 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.79.2.9 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.79.2.8 Fri Oct 6 18:47:59 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Sat Oct 7 16:46:57 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.79.2.8 2006/10/06 09:47:59 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.79.2.9 2006/10/07 07:46:57 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -818,7 +818,7 @@ { $delegateManager =& parent::_createDelegateManager(); - $file = XOOPS_ROOT_PATH . "/modules/base/include/Legacy_EventFunctions.class.php"; + $file = XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_EventFunctions.class.php"; $delegateManager->add('Legacypage.Notifications.Access', 'Legacy_EventFunction::notifications', $file); $delegateManager->add('Legacyfunction.Notifications.Select', 'Legacy_EventFunction::notifications_select', $file);