diff --git a/core/module/install/install.php b/core/module/install/install.php index ea257e6..914aa62 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -21,7 +21,7 @@ class install extends common { public static $actions = [ 'index' => self::GROUP_VISITOR, - 'steps' => self::GROUP_ADMIN, + 'steps' => self::GROUP_MODERATOR, 'update' => self::GROUP_ADMIN ];