Skip to content
Snippets Groups Projects
Commit 13e075ab authored by Peter Thienel's avatar Peter Thienel
Browse files

set id explicitly on new Modulteil

parent 7660820a
No related branches found
No related tags found
No related merge requests found
......@@ -604,6 +604,7 @@ class Module_ModuleController extends MVVController
return;
}
$this->modulteil = new Modulteil();
$this->modulteil->setNewId();
$this->modulteil->modul_id = $this->modul->id;
} else {
$this->modul = $this->modulteil->modul;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment