From b39fa7667e4f36d4db15a95007631bc0bc9c46c5 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Tue, 4 Jul 2023 11:09:55 +0200 Subject: [PATCH] Remove TODO --- application/controllers/components/Antrag/Wiederholung.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/components/Antrag/Wiederholung.php b/application/controllers/components/Antrag/Wiederholung.php index 7b5d8f887..941d6e51a 100644 --- a/application/controllers/components/Antrag/Wiederholung.php +++ b/application/controllers/components/Antrag/Wiederholung.php @@ -66,7 +66,6 @@ class Wiederholung extends FHC_Controller } $result = $result->retval; if (!$result) { - // TODO(chris): ERROR Message $this->output->set_status_header(REST_Controller::HTTP_FORBIDDEN); return $this->outputJsonError($this->p->t('studierendenantrag','error_no_student_no_failed_exam')); }