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;