diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index a13fe35..3e5075c 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -31,4 +31,6 @@ abstract class PermissionCategory extends Enum public const LIST = 2; public const VOTE = 3; + + public const MODERATION = 4; } diff --git a/Theme/Backend/Components/Comment/create.tpl.php b/Theme/Backend/Components/Comment/create.tpl.php index 035b66e..0d02bab 100755 --- a/Theme/Backend/Components/Comment/create.tpl.php +++ b/Theme/Backend/Components/Comment/create.tpl.php @@ -19,7 +19,7 @@ use phpOMS\Uri\UriFactory;