Merge remote-tracking branch 'upstream/3.0.1.8' into HOR-651

This commit is contained in:
dheeyi
2016-04-01 12:26:26 -04:00
18 changed files with 2556 additions and 2355 deletions

View File

@@ -1560,8 +1560,8 @@ class Cases
$pausedTask[] = $row;
}
if (count($pausedTask) == 0) {
return false; // return false because there is not any delegation for this task.
if (count($pausedTask) === 0) {
return array(); // return false because there is not any delegation for this task.
} else {
return array('pause' => $pausedTask);
}