* Code for story review btn.

This commit is contained in:
孙广明
2022-03-07 15:37:57 +08:00
parent 62f755c3b2
commit 5175dc617f
+1 -1
View File
@@ -3613,7 +3613,7 @@ class storyModel extends model
{
$action = strtolower($action);
if($story->parent < 0 and $action != 'edit' and $action != 'batchcreate' and $action != 'change') return false;
if($story->parent < 0 and $action != 'edit' and $action != 'batchcreate' and $action != 'change' and $action != 'review') return false;
global $app, $config;