Bugfix SafeCallContext
This commit is contained in:
@@ -45,7 +45,6 @@ namespace Umbraco.Core
|
||||
|
||||
public SafeCallContext()
|
||||
{
|
||||
Interlocked.Increment(ref _count);
|
||||
lock (EnterFuncs)
|
||||
{
|
||||
_count++;
|
||||
|
||||
Reference in New Issue
Block a user