From 3ed8258ed75009187d7301ddafce78c5f2f5c637 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 9 Sep 2008 13:33:19 +0000 Subject: #286035 follow-up by maartenvg: Fix problem with contrib updates not firing unless system update exists. --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') 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( -- cgit v1.2.3