Merge remote-tracking branch 'upstream/3.0.1.8' into HOR-651
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user