summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorChristoph Schulthess2017-02-21 16:18:45 +0100
committerChristoph Schulthess2017-02-21 16:18:45 +0100
commit4201f8e7e0ac3cb1fccccd2785fb32aac7311591 (patch)
tree216d2d0aa7d15378efccd7c80b76965c0ee70534 /inc
parentmhpf (diff)
downloadslx-admin-4201f8e7e0ac3cb1fccccd2785fb32aac7311591.tar.gz
slx-admin-4201f8e7e0ac3cb1fccccd2785fb32aac7311591.tar.xz
slx-admin-4201f8e7e0ac3cb1fccccd2785fb32aac7311591.zip
debugconfig and -request
Diffstat (limited to 'inc')
-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));
}
}