Core.Persistence - post-cleanup debugging

This commit is contained in:
Stephan
2016-04-13 18:27:39 +02:00
parent e6f6444034
commit 01d46944b7

View File

@@ -207,7 +207,7 @@ namespace Umbraco.Core.Persistence
{
if (_nonHttpInstance.IsValueCreated)
{
db = _nonHttpInstance;
db = _nonHttpInstance.Value;
_nonHttpInstance = null;
}
}