* Code for story review btn.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user