Changes in method getAktenAccepted of controller Akte and model Akten_model

This commit is contained in:
bison-paolo
2016-10-11 14:12:38 +02:00
parent 318787b195
commit ffb5cb50ca
2 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -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);