From e27e1a0e0df1e070d8172921461b815317f4bfaa Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 26 Jun 2010 21:32:20 +0000 Subject: - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). --- modules/update/update.settings.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.settings.inc') diff --git a/modules/update/update.settings.inc b/modules/update/update.settings.inc index 4fd8d0e87..0c32345ac 100644 --- a/modules/update/update.settings.inc +++ b/modules/update/update.settings.inc @@ -47,7 +47,7 @@ function update_settings($form) { '#description' => t('You can choose to send e-mail only if a security update is available, or to be notified about all newer versions. If there are updates available of Drupal core or any of your installed modules and themes, your site will always print a message on the status report page, and will also display an error message on administration pages if there is a security update.', array('@status_report' => url('admin/reports/status'))) ); - $form = system_settings_form($form, FALSE); + $form = system_settings_form($form); // Custom validation callback for the email notification setting. $form['#validate'][] = 'update_settings_validate'; // We need to call our own submit callback first, not the one from -- cgit v1.2.3