sprint_204_57097

This commit is contained in:
sunjun
2022-06-14 04:07:06 +00:00
parent a9a75958c7
commit 3ab3059ed3
+1 -1
View File
@@ -61,7 +61,7 @@
{
$this->lang->story->create = $this->lang->execution->createStory;
if($productID and !$this->loadModel('story')->checkForceReview())
if($productID)
{
$storyModuleID = (int)$this->cookie->storyModuleParam;
$createStoryLink = $this->createLink('story', 'create', "productID=$productID&branch=0&moduleID={$storyModuleID}&story=0&execution=$execution->id");