diff --git a/api/v1/entries/tasks.php b/api/v1/entries/tasks.php index 53477cc5f4..c29d861022 100644 --- a/api/v1/entries/tasks.php +++ b/api/v1/entries/tasks.php @@ -21,7 +21,7 @@ class tasksEntry extends entry public function get($executionID = 0) { /* Get tasks by search, search arguments available: pri, assignedTo, status, id, name. Pager arguments will be utilized as well. */ - if($this->param('search', 0) == 1) + if($this->param('search', 0) == 1) // TODO: document this api. { $this->loadModel('task'); $searchParams = array();