This commit is contained in:
liuhong
2022-12-13 06:38:10 +00:00
parent 64388b7ec3
commit 0e9304bff4
+1 -1
View File
@@ -4607,7 +4607,7 @@ class storyModel extends model
{
$isClick = $this->isClickable($story, 'batchcreate');
$title = $this->lang->story->subdivide;
$title = $isClick and ? $title : $this->lang->story->subDivideTip['twinsSplit'];
$title = ($isClick or $story->status == 'closed') ? $title : $this->lang->story->subDivideTip['twinsSplit'];
if(!$isClick and $story->status != 'closed')
{
if($story->parent > 0)