mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Storing local paths when possible in media
--HG-- branch : 1.x
This commit is contained in:
@@ -276,6 +276,11 @@ namespace Orchard.Tests.Modules.Media.Services {
|
||||
public string GetLocalPath(string url) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
public string GetRelativePath(string path) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
private class StubStorageFolder : IStorageFolder {
|
||||
|
||||
Reference in New Issue
Block a user