mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- Bugfix Reihungstest controller
- Bugfix method getCountUnreadMessages in Recipient_model
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user