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

Back to archive index

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


Index: xoops2jp/html/modules/legacy/actions/NotifyDeleteAction.class.php
diff -u xoops2jp/html/modules/legacy/actions/NotifyDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/actions/NotifyDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/actions/NotifyDeleteAction.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/actions/NotifyDeleteAction.class.php	Sun Oct 15 00:42:49 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
@@ -24,7 +24,7 @@
 	function prepare(&$controller, &$xoopsUser)
 	{
 		$controller->mRoot->mLanguageManager->loadPageTypeMessageCatalog('notification');
-		$controller->mRoot->mLanguageManager->loadModuleMessageCatalog('base');
+		$controller->mRoot->mLanguageManager->loadModuleMessageCatalog('legacy');
 		
 		$this->mActionForm =& new Legacy_NotifyDeleteForm();
 		$this->mActionForm->prepare();


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