Corrected compilation error

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-05-19 12:11:09 -07:00
parent 19396e4f0c
commit c4a4d18303

View File

@@ -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")));
}
}
}