From 5175dc617fc0a5ce080ae576df14043b8ee2b5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Mon, 7 Mar 2022 15:37:57 +0800 Subject: [PATCH] * Code for story review btn. --- module/story/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index bca73fe381..bd97909090 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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;