From 0212f66ff1682ab699830d7571a5ff5ee85aa725 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 19 Dec 2005 14:27:28 +0000 Subject: - Patch #40677 by Steven: make the updater work again. --- update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 14c19e4d0..c29fbdb09 100644 --- a/update.php +++ b/update.php @@ -308,7 +308,8 @@ function update_selection_page() { $form['has_js'] = array( '#type' => 'hidden', - '#default_value' => FALSE + '#default_value' => FALSE, + '#attributes' => array('id' => 'edit-has_js') ); $form['submit'] = array( '#type' => 'submit', -- cgit v1.2.3