summaryrefslogtreecommitdiff
path: root/modules/update/update.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-01-15 07:55:18 +0000
committerDries Buytaert <dries@buytaert.net>2008-01-15 07:55:18 +0000
commit5a54bbe702d09de2252f2f3194e30898537d7244 (patch)
tree50e080a6f9fd1c61fba8aa54afffd76bd16e5036 /modules/update/update.module
parent061433ad6dc2af3a2be73d3c01452e7136dabad2 (diff)
downloadbrdo-5a54bbe702d09de2252f2f3194e30898537d7244.tar.gz
brdo-5a54bbe702d09de2252f2f3194e30898537d7244.tar.bz2
- Patch #210140 by dww: fixed code comment: 'default_major' is now deprecated in favor of 'supported_majors'.
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 6a3fdb8e8..33747ff47 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -268,7 +268,7 @@ function _update_requirement_check($project, $type) {
case UPDATE_UNKNOWN:
case UPDATE_NOT_CHECKED:
$requirement['value'] = isset($project['reason']) ? $project['reason'] : t('Can not determine status');
- $requirement['severity'] = REQUIREMENT_WARNING;
+ $requirement['severity'] = REQUIREMENT_WARNING;
break;
default:
$requirement['value'] = t('Up to date');