Skip to content
Snippets Groups Projects
Commit 4bfb8864 authored by Peter Thienel's avatar Peter Thienel Committed by Jan-Hendrik Willms
Browse files

set id explicitly on new Modulteil

parent 5aae0637
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.
Please register or to comment