Resvolution - Loggers & Booting

This commit is contained in:
Stephan
2016-08-25 10:23:41 +02:00
parent 3707db6c21
commit 9949f07a46
29 changed files with 260 additions and 390 deletions

View File

@@ -33,7 +33,7 @@ namespace Umbraco.Web
/// <returns></returns>
public static IHtmlString RenderProfiler(this HtmlHelper helper)
{
return new HtmlString(ProfilerResolver.Current.Profiler.Render());
return new HtmlString(Current.Profiler.Render());
}
/// <summary>