summaryrefslogtreecommitdiffstats
path: root/app/class
diff options
context:
space:
mode:
Diffstat (limited to 'app/class')
-rw-r--r--app/class/stage.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/stage.class.php b/app/class/stage.class.php
index 150ac5d..2616bee 100644
--- a/app/class/stage.class.php
+++ b/app/class/stage.class.php
@@ -116,6 +116,7 @@ class stage extends object
$next->saveObj();
$prev->saveObj();
+ $this->saveObj();
return true;
}