Core.Persistence - post-cleanup debugging
This commit is contained in:
@@ -207,7 +207,7 @@ namespace Umbraco.Core.Persistence
|
||||
{
|
||||
if (_nonHttpInstance.IsValueCreated)
|
||||
{
|
||||
db = _nonHttpInstance;
|
||||
db = _nonHttpInstance.Value;
|
||||
_nonHttpInstance = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user