mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Message
This commit is contained in:
@@ -107,7 +107,7 @@ class person extends Person_model
|
||||
}
|
||||
|
||||
if ($row = $this->db_fetch_object())*/
|
||||
if ($row = $this->get_personen($personId))
|
||||
if ($row = $this->getPerson($personId))
|
||||
{
|
||||
$this->person_id = $row->person_id;
|
||||
$this->sprache = $row->sprache;
|
||||
|
||||
Reference in New Issue
Block a user