Bugfix: misspelled function call

This commit is contained in:
cgfhtw
2024-08-12 09:43:45 +02:00
parent fe7b05cce2
commit 781b4b31cd
@@ -526,7 +526,7 @@ class Status extends FHCAPI_Controller
$this->getDataOrTerminateWithError($result);
$this->trans_complete();
$this->db->trans_complete();
$this->terminateWithSuccess($prestudent_id);
}