From 7cc7e080a097169f8578e4680c535ea6e06ab151 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Sun, 1 Mar 2009 09:17:53 +0000 Subject: [PATCH] #371886 follow-up: Made an a an A so that update.php works again. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 1fdea2b6e0fb..5181b5b46d54 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; -- GitLab