diff options
Diffstat (limited to '')
| -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 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;      } | 
