From ad204604b1b43b39e07314b7c1be34ac36006b56 Mon Sep 17 00:00:00 2001 From: bison-paolo Date: Thu, 15 Dec 2016 12:00:59 +0100 Subject: [PATCH] Fix --- application/controllers/api/v1/crm/Bewerbungstermine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/v1/crm/Bewerbungstermine.php b/application/controllers/api/v1/crm/Bewerbungstermine.php index 175e8e49d..7fecceae3 100644 --- a/application/controllers/api/v1/crm/Bewerbungstermine.php +++ b/application/controllers/api/v1/crm/Bewerbungstermine.php @@ -77,7 +77,7 @@ class Bewerbungstermine extends APIv1_Controller { $studienplan_id = $this->get('studienplan_id'); - if (isset($studienplan_id) && isset($studienplan_id)) + if (isset($studienplan_id)) { $result = $this->BewerbungstermineModel->loadWhere(array( 'studienplan_id' => $studienplan_id