* Finish task #44349.

This commit is contained in:
孙广明
2021-11-19 11:08:04 +08:00
parent e1a10d9333
commit 7ed253e111
+1 -1
View File
@@ -3355,7 +3355,7 @@ class storyModel extends model
{
$action = strtolower($action);
if($story->parent < 0 and $action != 'edit' and $action != 'batchcreate') return false;
if($story->parent < 0 and $action != 'edit' and $action != 'batchcreate' and $action != 'change') return false;
global $app;