summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-09 13:33:19 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-09-09 13:33:19 +0000
commit3ed8258ed75009187d7301ddafce78c5f2f5c637 (patch)
tree7da4cb484ade214f1ca8c7a9f14f00dab6935c78 /update.php
parent54d2daec3527dea597ab1ffe89175ed8ea023ce0 (diff)
downloadbrdo-3ed8258ed75009187d7301ddafce78c5f2f5c637.tar.gz
brdo-3ed8258ed75009187d7301ddafce78c5f2f5c637.tar.bz2
#286035 follow-up by maartenvg: Fix problem with contrib updates not firing unless system update exists.
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 b6dc74e57..d4cf70933 100644
--- a/update.php
+++ b/update.php
@@ -256,7 +256,7 @@ function update_script_selection_form() {
$all += $pending;
}
- if (count($form) == 1 && $form['start']['system'] == array()) {
+ if (empty($all)) {
drupal_set_message(t('No pending updates.'));
unset($form);
$form['links'] = array(