- Bugfix Reihungstest controller

- Bugfix method getCountUnreadMessages in Recipient_model
This commit is contained in:
bison-paolo
2017-02-02 12:03:23 +01:00
parent 310283a076
commit 76046c6b94
2 changed files with 10 additions and 3 deletions
@@ -87,7 +87,7 @@ class Reihungstest extends APIv1_Controller
if (isset($person_id))
{
$result = $this->ReihungstestLib->getReihungstestByPersonID($person_id, $available);
$result = $this->reihungstestlib->getReihungstestByPersonID($person_id, $available);
$this->response($result, REST_Controller::HTTP_OK);
}