From 3095f7ea8b685e0c148fbdfbdaa475c1a2661c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 12 Jan 2026 10:44:57 +0100 Subject: [PATCH] =?UTF-8?q?Notice=20f=C3=BCr=20UID=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/api/frontend/v1/Abgabe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/Abgabe.php b/application/controllers/api/frontend/v1/Abgabe.php index 17c364493..c6d715809 100644 --- a/application/controllers/api/frontend/v1/Abgabe.php +++ b/application/controllers/api/frontend/v1/Abgabe.php @@ -124,7 +124,7 @@ class Abgabe extends FHCAPI_Controller $this->terminateWithError($this->p->t('abgabetool', 'c4noAssignedStudentForProjektarbeitID')); } $data = getData($res)[0]; - $student_uid = $data->student_uid; + $student_uid = $data->uid; $zugeordnet = $this->checkZuordnung($projektarbeit_id, getAuthUID()); if(getAuthUID() == $student_uid || $zugeordnet) {