summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.module1
1 files changed, 1 insertions, 0 deletions
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 '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the <a href="@update-php">update script</a>.', array('@update-php' => $base_url . '/update.php')) . '</p>';
}
+ break;
case 'admin/config/system/actions':
case 'admin/config/system/actions/manage':
$output = '';