aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-13 13:26:28 +0000
committerMario <mario@mariovavti.com>2019-11-13 13:26:28 +0000
commite5e16da8cba85d347351f6d3f243fa7c5fee4c2f (patch)
tree4e3bd5628d79e253ad70247a3842ac39ff83385d /Zotlabs
parentb0adb70ffc893ed77941d2e38a861f0b087b9519 (diff)
downloadvolse-hubzilla-e5e16da8cba85d347351f6d3f243fa7c5fee4c2f.tar.gz
volse-hubzilla-e5e16da8cba85d347351f6d3f243fa7c5fee4c2f.tar.bz2
volse-hubzilla-e5e16da8cba85d347351f6d3f243fa7c5fee4c2f.zip
sse: reset to empty string instead of empty array
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Sse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sse.php b/Zotlabs/Module/Sse.php
index 3e46a325c..e1778718c 100644
--- a/Zotlabs/Module/Sse.php
+++ b/Zotlabs/Module/Sse.php
@@ -83,7 +83,7 @@ class Sse extends Controller {
echo 'data: ' . json_encode($result);
echo "\n\n";
- set_xconfig(self::$ob_hash, 'sse', 'notifications', []);
+ set_xconfig(self::$ob_hash, 'sse', 'notifications', '');
set_xconfig(self::$ob_hash, 'sse', 'timestamp', datetime_convert());
unset($result);
}