diff --git a/include/vorlage.class.php b/include/vorlage.class.php index 235f8bf34..e4b5ba9c7 100644 --- a/include/vorlage.class.php +++ b/include/vorlage.class.php @@ -566,6 +566,7 @@ class vorlage extends basis_db $this->insertvon = $row->insertvon; $this->updateamum = $row->updateamum; $this->updatevon = $row->updatevon; + $this->vorlagestudiengang_id = $row->vorlagestudiengang_id; return true; }