From 054e59a89154214d98d6b4a739f4f543b84292a6 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Mon, 12 Aug 2024 12:22:43 +0200 Subject: [PATCH] Bugfixes PrestudentLib --- application/libraries/PrestudentLib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/libraries/PrestudentLib.php b/application/libraries/PrestudentLib.php index b66324928..af62668cf 100644 --- a/application/libraries/PrestudentLib.php +++ b/application/libraries/PrestudentLib.php @@ -473,7 +473,7 @@ class PrestudentLib $this->_ci->load->library('VariableLib', ['uid' => $authUID]); - $semester_aktuell = $this->variablelib->getVar('semester_aktuell'); + $semester_aktuell = $this->_ci->variablelib->getVar('semester_aktuell'); // Update Aktionen @@ -502,7 +502,6 @@ class PrestudentLib $result = $this->_ci->StudentModel->update([ 'student_uid' => $student->student_uid ], [ - 'studiensemester_kurzbz' => $semester_aktuell, 'semester' => $ausbildungssemester, 'verband' => '', 'gruppe' => '',