diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/class/stage.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/stage.class.php b/app/class/stage.class.php index 1825546..760a9a2 100644 --- a/app/class/stage.class.php +++ b/app/class/stage.class.php @@ -46,6 +46,7 @@ class stage extends object $stage->setParent($parent); $stage->name = $name; $stage->objtype = "stage"; + $stage->saveObj(); return $stage; } |