From 781b4b31cd383fd2d636dc44bfcbfc1fae52561b Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Mon, 12 Aug 2024 09:43:45 +0200 Subject: [PATCH] Bugfix: misspelled function call --- application/controllers/api/frontend/v1/stv/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/stv/Status.php b/application/controllers/api/frontend/v1/stv/Status.php index 2efa88572..94847fed9 100644 --- a/application/controllers/api/frontend/v1/stv/Status.php +++ b/application/controllers/api/frontend/v1/stv/Status.php @@ -526,7 +526,7 @@ class Status extends FHCAPI_Controller $this->getDataOrTerminateWithError($result); - $this->trans_complete(); + $this->db->trans_complete(); $this->terminateWithSuccess($prestudent_id); }