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