diff --git a/module/story/model.php b/module/story/model.php index 637b91aad8..1df659b653 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4137,7 +4137,7 @@ class storyModel extends model $canView = common::hasPriv($module, 'view'); $tab = $this->app->tab; $executionID = empty($execution) ? $this->session->execution : $execution->id; - $storyLink = $tab == 'execution' ? helper::createLink('story', 'view', "storyID=$story->id&version=$story->version&from=execution¶m=$executionID") : helper::createLink($module, 'view', "storyID=$story->id"); + $storyLink = $tab == 'execution' ? helper::createLink('story', 'view', "storyID=$story->id&version=$story->version¶m=$executionID") : helper::createLink($module, 'view', "storyID=$story->id"); $account = $this->app->user->account; /* Check the product is closed. */