summaryrefslogtreecommitdiffstats
path: root/app/class/stage.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/stage.class.php')
-rw-r--r--app/class/stage.class.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/class/stage.class.php b/app/class/stage.class.php
index 760a9a2..74c5f42 100644
--- a/app/class/stage.class.php
+++ b/app/class/stage.class.php
@@ -152,7 +152,9 @@ class stage extends object
if (!($prev = $this->getPrev()))
return false;
- return $prev->moveForward();
+ $ret = $prev->moveForward();
+ $this->refreshObj();
+ return $ret;
}
/*