MediaService hides the RecipeJournal directory.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2011-02-28 16:37:09 -08:00
parent b23f5127ad
commit ccb838e71b
2 changed files with 7 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ namespace Orchard.Media.Services {
Size = folder.GetSize(),
LastUpdated = folder.GetLastUpdated(),
MediaPath = folder.GetPath()
});
}).Where(f => !f.Name.Equals("RecipeJournal", StringComparison.OrdinalIgnoreCase));
}
/// <summary>