Skip to content
Snippets Groups Projects
Commit 596ec7f0 authored by Angie Byron's avatar Angie Byron
Browse files

#952528 by jptavan: Add missing break; to system help to prevent actions help...

#952528 by jptavan: Add missing break; to system help to prevent actions help from showing up on maintenance page.
parent 31ba4b8c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment