Skip to content

Commit

Permalink
Updating ManageOwnMedia defaults
Browse files Browse the repository at this point in the history
Fixes #5894
  • Loading branch information
sebastienros committed Oct 15, 2015
1 parent dd9d67f commit ec0ea5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public IEnumerable<PermissionStereotype> GetDefaultStereotypes() {
},
new PermissionStereotype {
Name = "Author",
Permissions = new[] {ManageMediaContent}
Permissions = new[] {ManageOwnMedia}
},
new PermissionStereotype {
Name = "Contributor",
Expand Down

0 comments on commit ec0ea5e

Please sign in to comment.