Move UmbracoConfig singleton to Current
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Umbraco.Web
|
||||
Logger = Current.Logger;
|
||||
ProfilingLogger = Current.ProfilingLogger;
|
||||
Services = Current.Services;
|
||||
GlobalSettings = UmbracoConfig.For.GlobalSettings();
|
||||
GlobalSettings = Current.Config.Global();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user