+ Add user and bug api.
This commit is contained in:
@@ -23,7 +23,7 @@ class taskAssignToEntry extends Entry
|
||||
$data = $this->getData();
|
||||
if($data->result == 'fail') return $this->sendError(400, $data->message);
|
||||
|
||||
$task = $this->loadModel('task')->getByID($dataID);
|
||||
$task = $this->loadModel('task')->getByID($taskID);
|
||||
|
||||
$this->send(200, $task);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user