* Fix bug#26993.

This commit is contained in:
xieqiyu
2022-09-30 01:26:18 +00:00
parent 7d24a5ce0d
commit 9b7dd7f98e
+1 -1
View File
@@ -575,7 +575,7 @@ class actionModel extends model
if($history->field == 'git') $history->diff = str_replace('+', '%2B', $history->diff);
}
}
elseif($actionName == 'linkstory' or $actionName == 'unlinkstory')
elseif($actionName == 'linkstory' or $actionName == 'unlinkstory' or $actionName = 'createchildrenstory')
{
$extra = '';
foreach(explode(',', $action->extra) as $id) $extra .= common::hasPriv('story', 'view') ? html::a(helper::createLink('story', 'view', "storyID=$id"), "#$id ") . ', ' : "#$id, ";