Skip to content

Commit

Permalink
Correct the method name MediaLibrayServiceExtensions (OrchardCMS#7728)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanond-w authored and sebastienros committed Jun 15, 2017
1 parent 36e3165 commit 067dacf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public interface IMediaLibraryService : IDependency {
string Combine(string path1, string path2);
}

public static class MediaLibrayServiceExtensions {
public static class MediaLibraryServiceExtensions {
public static bool CanManageMediaFolder(this IMediaLibraryService service, string folderPath) {
// The current user can manage a media if he has access to the whole hierarchy
// or the media is under his personal storage folder.
Expand Down

0 comments on commit 067dacf

Please sign in to comment.