From d6bed5dbe4ac4d10cf2e3b8aeb5d203a5341547b Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 2 Jun 2014 11:48:42 +0000 Subject: [PATCH] Tippfehler ausgebessert --- include/person.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/person.class.php b/include/person.class.php index b0773c7e9..e2478dff6 100644 --- a/include/person.class.php +++ b/include/person.class.php @@ -817,7 +817,7 @@ class person extends basis_db $this->kurzbeschreibung = $row->kurzbeschreibung; $this->zugangscode = $row->zugangscode; $this->foto_sperre = $this->db_parse_bool($row->foto_sperre); - $this->matrikelnummer = $this->row->matrikelnummer; + $this->matr_nr = $row->matr_nr; } else {