This commit is contained in:
Andreas Moik
2016-04-19 16:04:08 +02:00
parent b3a77052f7
commit 01eab769ec
+1 -1
View File
@@ -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;