From a09822b363813158a6182057917080b22d3ca8f7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 23:48:38 +0000 Subject: #606640 by eojthebrave and sun: Use proper menu router paths for the block module. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 8b3270eab..2bd5866ce 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -123,7 +123,7 @@ function system_help($path, $arg) { return $output; case 'admin/config/modules/uninstall': return '

' . t('The uninstall process removes all data related to a module. To uninstall a module, you must first disable it on the main modules page. Not all modules support this feature.', array('@modules' => url('admin/config/modules'))) . '

'; - case 'admin/structure/block/configure': + case 'admin/structure/block/manage': if ($arg[4] == 'system' && $arg[5] == 'powered-by') { return '

' . t('The Powered by Drupal block is an optional link to the home page of the Drupal project. While there is absolutely no requirement that sites feature this link, it may be used to show support for Drupal.') . '

'; } -- cgit v1.2.3