Bugfix SafeCallContext

This commit is contained in:
Stephan
2016-09-13 08:33:04 +02:00
parent 597b9bbfcb
commit 1589f9105c

View File

@@ -45,7 +45,6 @@ namespace Umbraco.Core
public SafeCallContext()
{
Interlocked.Increment(ref _count);
lock (EnterFuncs)
{
_count++;