summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 3a5904dfd..28834f8a3 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -146,7 +146,7 @@ function system_requirements($phase) {
if (REQUEST_TIME - $cron_last > $threshold_error) {
$severity = REQUIREMENT_ERROR;
}
- else if ($never_run || (REQUEST_TIME - $cron_last > $threshold_warning)) {
+ elseif ($never_run || (REQUEST_TIME - $cron_last > $threshold_warning)) {
$severity = REQUIREMENT_WARNING;
}