diff --git a/module/execution/control.php b/module/execution/control.php index 91312d698f..a08edbe0f2 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -126,6 +126,8 @@ class execution extends control if(!isset($_SESSION['limitedExecutions'])) $this->execution->getLimitedExecution(); + if($executionID) $this->session->set("storyList", $this->createLink("execution", "story", "&executionID=" . $executionID)); + /* Set browse type. */ $browseType = strtolower($status);