HOR-1565 "REST endpoint GET..."

This commit is contained in:
Luis Fernando Saisa Lopez
2016-08-12 14:08:00 -04:00
parent b00ddaa928
commit 16c7170cd2

View File

@@ -238,7 +238,7 @@ class Assignee extends Api
public function doGetActivityAssigneesAll($prjUid, $actUid, $filter = null, $start = null, $limit = null, $type = null)
{
try {
$arrayData = $this->task->getTaskAssigneesAll($prjUid, $actUid, $filter, $start, $limit, $type);
$response = $this->task->getTaskAssigneesAll($prjUid, $actUid, $filter, $start, $limit, $type);
return $response;
} catch (\Exception $e) {