aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/Helper/LogContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/lib/Helper/LogContext.php')
-rw-r--r--apps/workflowengine/lib/Helper/LogContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/lib/Helper/LogContext.php b/apps/workflowengine/lib/Helper/LogContext.php
index 548e8722073..fa69cde4009 100644
--- a/apps/workflowengine/lib/Helper/LogContext.php
+++ b/apps/workflowengine/lib/Helper/LogContext.php
@@ -52,7 +52,7 @@ class LogContext {
];
break;
default:
- continue;
+ continue 2;
}
}
}