mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Changes in method getAktenAccepted of controller Akte and model Akten_model
This commit is contained in:
@@ -77,7 +77,7 @@ class Akte extends APIv1_Controller
|
||||
$person_id = $this->get('person_id');
|
||||
$dokument_kurzbz = $this->get('dokument_kurzbz');
|
||||
|
||||
if (isset($person_id) && isset($dokument_kurzbz))
|
||||
if (isset($person_id))
|
||||
{
|
||||
$result = $this->AkteModel->getAktenAccepted($person_id, $dokument_kurzbz);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user