mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
bugfix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user