U4-9322 - filesystems & cleanup
This commit is contained in:
@@ -164,7 +164,7 @@ namespace Umbraco.Core
|
||||
public static ApplicationContext Current { get; internal set; }
|
||||
|
||||
// fixme
|
||||
internal IScopeProvider ScopeProvider { get { return DatabaseContext.ScopeProvider; } }
|
||||
internal IScopeProvider ScopeProvider { get { return _databaseContext == null ? null : _databaseContext.ScopeProvider; } }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the application wide cache accessor
|
||||
|
||||
Reference in New Issue
Block a user