Updatedt TinyMCEWebControl.cs to use IFileSystem
This commit is contained in:
@@ -157,7 +157,8 @@ namespace Umbraco.Core.IO
|
||||
{
|
||||
return _rootUrl.TrimEnd("/") + "/" + path
|
||||
.TrimStart(Path.DirectorySeparatorChar)
|
||||
.Replace(Path.DirectorySeparatorChar, '/');
|
||||
.Replace(Path.DirectorySeparatorChar, '/')
|
||||
.TrimEnd("/");
|
||||
}
|
||||
|
||||
public DateTimeOffset GetLastModified(string path)
|
||||
|
||||
Reference in New Issue
Block a user