summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
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;