From cc0f38b276c3e70988de1e2b86e7288e3b5f90d6 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 12 Jan 2026 17:14:03 +0100 Subject: [PATCH] fix the comment describing the "fix" --- application/controllers/api/frontend/v1/Abgabe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/Abgabe.php b/application/controllers/api/frontend/v1/Abgabe.php index aa588a36f..bea40adea 100644 --- a/application/controllers/api/frontend/v1/Abgabe.php +++ b/application/controllers/api/frontend/v1/Abgabe.php @@ -990,7 +990,7 @@ class Abgabe extends FHCAPI_Controller * helper function to check the signature status of uploaded files for zwischenabgabe & endupload */ private function checkAbgabeSignatur($abgabe, $projektarbeit) { - // TODO: recomment this whenever we decide every upload needs signature check + // TODO: recomment this whenever we decide not every upload needs signature check // if($abgabe->paabgabetyp_kurzbz != 'end') { // return; // }