Fixing Media's GetPublicUrl

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-11-03 23:37:49 -07:00
parent 9a5faa199f
commit 8326f4f61d

View File

@@ -46,7 +46,7 @@ namespace Orchard.FileSystems.Media {
public string GetPublicUrl(string path) {
return _publicPath + path.Replace(Path.DirectorySeparatorChar, '/');
return Map(_publicPath + path.Replace(Path.DirectorySeparatorChar, '/'));
}
public IStorageFile GetFile(string path) {