From 4b14d842d2a27cb6cef87fc809c751a5d743382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Wed, 14 Dec 2022 14:39:41 +0800 Subject: [PATCH] * Finish task #79447. --- 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 98553fd36d..d046299445 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -4831,7 +4831,7 @@ class storyModel extends model $executionID = empty($execution) ? 0 : $execution->id; /* Adjust code, hide split entry. */ - if(common::hasPriv('story', 'batchCreate') and !$execution->multiple and !$execution->hasProduct and false) + if(common::hasPriv('story', 'batchCreate') and !$execution->multiple and !$execution->hasProduct) { $isClick = $this->isClickable($story, 'batchcreate'); $title = $this->lang->story->subdivide;