mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Corrected compilation error
--HG-- branch : dev
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Orchard.Mvc.ViewEngines {
|
||||
throw new ArgumentNullException("httpContext");
|
||||
}
|
||||
|
||||
httpContext.Cache.Insert(AlterKey(key), virtualPath, new CacheDependency(HostingEnvironment.MapPath("~/Themes")), Cache.NoAbsoluteExpiration, TimeSpan);
|
||||
httpContext.Cache.Insert(AlterKey(key), virtualPath, new CacheDependency(HostingEnvironment.MapPath("~/Themes")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user