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 786aa7cf85a..548e8722073 100644
--- a/apps/workflowengine/lib/Helper/LogContext.php
+++ b/apps/workflowengine/lib/Helper/LogContext.php
@@ -33,7 +33,7 @@ class LogContext {
protected $details;
public function setDescription(string $description): LogContext {
- $this->details['description'] = $description;
+ $this->details['message'] = $description;
return $this;
}