mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +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