diff --git a/update.php b/update.php index 1fdea2b6e0fbef729a6ed53d6b2f184c204b7540..5181b5b46d54e6b5a4c7dbadb480435050c4ca0b 100644 --- a/update.php +++ b/update.php @@ -716,7 +716,7 @@ function update_check_requirements() { break; } - case 'apply pending updates': + case 'Apply pending updates': if (isset($_GET['token']) && $_GET['token'] == drupal_get_token('update')) { update_batch(); break;