From 01eab769ecac647ae7ff3d7fbc7b01bd783ea43e Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Tue, 19 Apr 2016 16:04:08 +0200 Subject: [PATCH] bugfix --- include/student.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/student.class.php b/include/student.class.php index dab31c4a3..cc53decc6 100644 --- a/include/student.class.php +++ b/include/student.class.php @@ -432,7 +432,7 @@ class student extends benutzer { if($row = $this->db_fetch_object()) { - $this->uid = $this->getUid($row->prestudent_id(); + $this->uid = $this->getUid($row->prestudent_id); $this->prestudent_id = $row->prestudent_id; $this->studiensemester_kurzbz = $row->studiensemester_kurzbz;