16985 Moderator should have permissions to comment management

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-12-09 11:24:03 -08:00
parent 7f3e720223
commit 18788b72ac

View File

@@ -32,7 +32,7 @@ namespace Orchard.Comments {
},
new PermissionStereotype {
Name = "Moderator",
Permissions = new[] {AddComment}
Permissions = new[] {ManageComments, AddComment}
},
new PermissionStereotype {
Name = "Author",