mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Fixed UID
This commit is contained in:
@@ -1173,7 +1173,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;
|
||||
$studiengang_kz = $data->studiengang_kz;
|
||||
|
||||
$res = $this->ProjektarbeitModel->checkZuordnung($student_uid, $betreuer_uid);
|
||||
|
||||
Reference in New Issue
Block a user