From c7919c48d0d47b5265bf0d4078d41e0b6bd52df4 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 13 Jun 2022 13:17:25 +0800 Subject: [PATCH] * Fix bug#23597. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */