summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-09 00:26:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-09 00:26:32 +0000
commit623c6f687b5edec05dc84f792cf6e2b991268d6f (patch)
treeddc1bd42e577af9c6960260241455ecfb5e0940a /update.php
parentb6fd223d1a6d5b9721bbc729f86018fa5031f6c3 (diff)
downloadbrdo-623c6f687b5edec05dc84f792cf6e2b991268d6f.tar.gz
brdo-623c6f687b5edec05dc84f792cf6e2b991268d6f.tar.bz2
#286035 follow-up by swentel: Make updates work 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 e5b1d985a..b6dc74e57 100644
--- a/update.php
+++ b/update.php
@@ -667,7 +667,7 @@ if (!empty($update_free_access) || $user->uid == 1) {
$output = update_selection_page();
break;
- case 'Update':
+ case 'Apply pending updates':
update_batch();
break;