Remove TODO

This commit is contained in:
cgfhtw
2023-07-04 11:09:55 +02:00
parent 64ce3d1f6a
commit b39fa7667e
@@ -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'));
}