From 596ec7f0722e229c1d90246cd957da9e2f578e6b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 26 Nov 2010 10:55:55 +0000 Subject: #952528 by jptavan: Add missing break; to system help to prevent actions help from showing up on maintenance page. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 13aa1c06c..43e55c433 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -124,6 +124,7 @@ function system_help($path, $arg) { if ($user->uid == 1) { return '

' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the update script.', array('@update-php' => $base_url . '/update.php')) . '

'; } + break; case 'admin/config/system/actions': case 'admin/config/system/actions/manage': $output = ''; -- cgit v1.2.3