diff options
author | Malf Furious <m@lfurio.us> | 2017-04-09 23:30:40 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-09 23:30:40 -0400 |
commit | 003f48ae880ad61eec65d9816d485457c45c4b11 (patch) | |
tree | ea6e3f0645bc9bdab888b5871bab82aff0a1db9d /app/class | |
parent | adf93dfd11483d69ad4bc823a2b936df270d951d (diff) | |
download | scrott-003f48ae880ad61eec65d9816d485457c45c4b11.tar.gz scrott-003f48ae880ad61eec65d9816d485457c45c4b11.zip |
Fix bug in stage class
Diffstat (limited to 'app/class')
-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; } |