From 8abda99f0708df4a7bc3bf04e0db6bf01e6f90fd Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Mon, 29 Mar 2021 08:59:00 +0800 Subject: [PATCH] * Finish task#11604. --- module/story/view/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index ed8f285c1b..7227e14f51 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -12,7 +12,7 @@ ?> -session->storyList ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product&branch=$story->branch&moduleID=$story->module");?> +session->storyList ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product");?>