diff --git a/module/execution/control.php b/module/execution/control.php index e5a9b240ff..4910f1a1e6 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2287,7 +2287,7 @@ class execution extends control $products = $this->project->getProducts($objectID); $browseLink = $this->createLink($this->app->openApp == 'project' ? 'projectstory' : 'execution', 'story', "objectID=$objectID"); - $this->session->set('storyList', $this->app->getURI(true), 'product'); // Save session. + $this->session->set('storyList', $this->app->getURI(true), $this->app->openApp); // Save session. /* Only execution can have no products. */ if(empty($products))