From 4b97e33e203aca3a9695c51fcd4be01de08d925c Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Tue, 23 Jul 2024 08:58:33 +0200 Subject: [PATCH] comment --- application/controllers/api/frontend/v1/stv/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/stv/Status.php b/application/controllers/api/frontend/v1/stv/Status.php index 43c51be91..a50c3e138 100644 --- a/application/controllers/api/frontend/v1/stv/Status.php +++ b/application/controllers/api/frontend/v1/stv/Status.php @@ -1099,7 +1099,7 @@ class Status extends FHCAPI_Controller { return $this->terminateWithError(getError($result), self::ERROR_TYPE_GENERAL); } - } + } // NOTE(chris): this does not do anything since $isStudent did the same thing and returned positive success $this->load->library('PrestudentLib'); $result = $this->prestudentlib->setStudent($prestudent_id, $studiensemester_kurzbz, $ausbildungssemester, $statusgrund_id, $bestaetigtam, $bestaetigtvon);