[xoops-cvslog 3003] CVS update: xoops2jp/html/modules/base/admin/blocks

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 5月 12日 (金) 19:13:54 JST


Index: xoops2jp/html/modules/base/admin/blocks/AdminSideMenu.class.php
diff -u xoops2jp/html/modules/base/admin/blocks/AdminSideMenu.class.php:1.1.2.7 xoops2jp/html/modules/base/admin/blocks/AdminSideMenu.class.php:1.1.2.8
--- xoops2jp/html/modules/base/admin/blocks/AdminSideMenu.class.php:1.1.2.7	Tue Mar 28 22:28:48 2006
+++ xoops2jp/html/modules/base/admin/blocks/AdminSideMenu.class.php	Fri May 12 19:13:54 2006
@@ -79,7 +79,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&op=showmod&mod='.$module->getVar('mid'),
+						'link' => XOOPS_URL.'/modules/base/admin/index.php?action=PreferenceEdit&confmod_id='.$module->getVar('mid'),
 						'title' => _PREFERENCES,
 						'absolute' => true);
 			}


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る