summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 09:17:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-01 09:17:53 +0000
commit7cc7e080a097169f8578e4680c535ea6e06ab151 (patch)
treec689ea9e95bc423c1b5a26477ec7fe25c1eff5e6 /update.php
parent0de74c1bb8a96fb5bd6e2840ca05033248c7845f (diff)
downloadbrdo-7cc7e080a097169f8578e4680c535ea6e06ab151.tar.gz
brdo-7cc7e080a097169f8578e4680c535ea6e06ab151.tar.bz2
#371886 follow-up: Made an a an A so that update.php works again.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 1fdea2b6e..5181b5b46 100644
--- a/update.php
+++ b/update.php
@@ -716,7 +716,7 @@ if (!empty($update_free_access) || $user->uid == 1) {
break;
}
- case 'apply pending updates':
+ case 'Apply pending updates':
if (isset($_GET['token']) && $_GET['token'] == drupal_get_token('update')) {
update_batch();
break;