summaryrefslogtreecommitdiff
path: root/modules/update/update.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/update/update.module')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index d103f0431..6ed91d621 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -254,7 +254,7 @@ function _update_requirement_check($project, $type) {
break;
case UPDATE_NOT_CURRENT:
$requirement_label = t('Out of date');
- $requirement['severity'] = variable_get('update_notification_threshold', 'all') == 'all' ? REQUIREMENT_ERROR : REQUIREMENT_WARNING;
+ $requirement['severity'] = REQUIREMENT_WARNING;
break;
case UPDATE_UNKNOWN:
case UPDATE_NOT_CHECKED: