summaryrefslogtreecommitdiffstats
path: root/inc/property.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/property.inc.php')
-rw-r--r--inc/property.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/property.inc.php b/inc/property.inc.php
index 636a2bce..ec3c0612 100644
--- a/inc/property.inc.php
+++ b/inc/property.inc.php
@@ -208,6 +208,6 @@ class Property
public static function setDebugTaskStruct($value)
{
- return self::set('debug-task-struct'), json_encode($value));
+ return self::set('debug-task-struct', json_encode($value));
}
}