diff --git a/module/execution/control.php b/module/execution/control.php index 27aa1e597c..c68c7a3424 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2039,7 +2039,9 @@ class execution extends control $this->loadModel('story'); if(empty($groupBy)) $groupBy = 'default'; + /* Set Session. */ $this->session->set('execLaneType', $browseType); + $this->session->set('storyList', $this->app->getURI(true), 'execution'); $this->lang->execution->menu = new stdclass(); $execution = $this->commonAction($executionID);