[xoops-cvslog 5155] CVS update: xoops2jp/html/modules/legacy/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:43:08 JST


Index: xoops2jp/html/modules/legacy/actions/NotifyListAction.class.php
diff -u xoops2jp/html/modules/legacy/actions/NotifyListAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/actions/NotifyListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/actions/NotifyListAction.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/actions/NotifyListAction.class.php	Sun Oct 15 00:43:08 2006
@@ -8,7 +8,7 @@
 
 require_once XOOPS_ROOT_PATH . "/include/notification_functions.php";
 
-require_once XOOPS_MODULE_PATH . "/base/forms/NotifyDeleteForm.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/forms/NotifyDeleteForm.class.php";
 
 /**
  * List up notifications. This action is like notifications.php (when $op is
@@ -23,7 +23,7 @@
 	{
 		$root =& $controller->mRoot;
 		$root->mLanguageManager->loadPageTypeMessageCatalog('notification');
-		$root->mLanguageManager->loadModuleMessageCatalog('base');
+		$root->mLanguageManager->loadModuleMessageCatalog('legacy');
 		
 		$this->mActionForm =& new Legacy_NotifyDeleteForm();
 		$this->mActionForm->prepare();


xoops-cvslog メーリングリストの案内
Back to archive index