From 1b0d75037fa9c0b8e8f0265da348b2238a332931 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 13 Apr 2017 21:09:46 -0400 Subject: Update stage function moveBackward() Now calling refreshObj() to update altered pointers. --- app/class/stage.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/class/stage.class.php') 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; } /* -- cgit v1.2.3