Bugfix: api/frontend/fas controller do not inherit from FHCAPI_Controller

This commit is contained in:
cgfhtw
2024-05-27 12:45:10 +02:00
parent 8cba0aec5a
commit d5e8227918
@@ -63,7 +63,9 @@ class Wiederholung extends Auth_Controller
$result = $this->antraglib->getLvsForPrestudent($prestudent_id, $sem_akt);
$lvs = $this->getDataOrTerminateWithError($result) ?: [];
if (isError($result))
return $result;
$lvs = $result->retval;
$rdf_url = 'http://www.technikum-wien.at/antragnote';