Minahito
minah****@users*****
2006年 7月 27日 (木) 18:38:40 JST
Index: xoops2jp/html/include/notification_update.php diff -u xoops2jp/html/include/notification_update.php:1.2.8.1 xoops2jp/html/include/notification_update.php:1.2.8.2 --- xoops2jp/html/include/notification_update.php:1.2.8.1 Wed Oct 19 02:20:06 2005 +++ xoops2jp/html/include/notification_update.php Thu Jul 27 18:38:40 2006 @@ -1,5 +1,5 @@ <?php -// $Id: notification_update.php,v 1.2.8.1 2005/10/18 17:20:06 minahito Exp $ +// $Id: notification_update.php,v 1.2.8.2 2006/07/27 09:38:40 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -48,7 +48,9 @@ include_once XOOPS_ROOT_PATH.'/include/notification_constants.php'; include_once XOOPS_ROOT_PATH.'/include/notification_functions.php'; -include_once XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/notification.php'; + +$root =& XCube_Root::getSingleton(); +$root->mLanguageManager->loadPageTypeMessageCatalog('notification'); if (!isset($_POST['not_submit'])) { exit();