* Finish task #79447.

This commit is contained in:
孙广明
2022-12-14 14:39:41 +08:00
parent a118120919
commit 4b14d842d2
+1 -1
View File
@@ -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;