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; // }