From 77375441e5a16afb458a57aff88cf2011ba68cba Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 14 Aug 2008 12:59:05 +0000 Subject: - Patch #221230 by Heine: convert requirement error on update to requirement warning. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 12410bc3a..91a1c23f1 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -276,7 +276,7 @@ function system_requirements($phase) { if (!module_exists('update')) { $requirements['update status'] = array( 'value' => $t('Not enabled'), - 'severity' => REQUIREMENT_ERROR, + 'severity' => REQUIREMENT_WARNING, 'description' => $t('Update notifications are not enabled. It is highly recommended that you enable the update status module from the module administration page in order to stay up-to-date on new releases. For more information please read the Update status handbook page.', array('@update' => 'http://drupal.org/handbook/modules/update', '@module' => url('admin/build/modules'))), ); } -- cgit v1.2.3