MDL-65276 core: fix CiBoT complains

This commit is contained in:
Simey Lameze
2019-04-08 10:30:09 +08:00
parent 97fddc26f4
commit 846c585910
4 changed files with 143 additions and 179 deletions
+1 -1
View File
@@ -1384,7 +1384,7 @@ function completion_cron_aggregate($method, $data, &$state) {
} else {
$state = false;
}
} elseif ($method == COMPLETION_AGGREGATION_ANY) {
} else if ($method == COMPLETION_AGGREGATION_ANY) {
if ($data) {
$state = true;
} else if (!$data && $state === null) {