[xoops-cvslog 3043] CVS update: xoops2jp/html/modules/base/class

Back to archive index

NobuNobu nobun****@users*****
2006年 5月 16日 (火) 21:46:26 JST


Index: xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php
diff -u xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.13 xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.14
--- xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.13	Sun Apr  2 22:06:02 2006
+++ xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php	Tue May 16 21:46:25 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.13 2006/04/02 13:06:02 nobunobu Exp $
+// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.14 2006/05/16 12:46:25 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //              XOOPSCube - PHP Content Management System                    //
 //                  Copyright (c) 2005 XOOPSCube.org                         //
@@ -126,7 +126,7 @@
 			$module=&$moduleHandler->getByDirname($dirname);
 		}
 		else {
-			$module=&$moduleHandler->getByDirname("system");
+			$module=&$moduleHandler->getByDirname("base");
 		}
 		
 		//
@@ -144,7 +144,7 @@
 		    || ($module->getInfo('config') && is_array($module->getInfo('config')))
 		    || ($module->getInfo('comments') && is_array($module->getInfo('comments')))) {
 				$module->adminmenu[] = array(
-					'link' => XOOPS_URL.'/modules/system/admin.php?fct=preferences&amp;op=showmod&amp;mod='.$module->getVar('mid'),
+    				'link' => XOOPS_URL.'/modules/base/admin/index.php?action=PreferenceEdit&amp;confmod_id='.$module->getVar('mid'),
 					'title' => _PREFERENCES,
 					'absolute' => true);
 		}


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