aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sse.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-13 13:51:00 +0000
committerMario <mario@mariovavti.com>2019-11-13 13:51:00 +0000
commita982aecd5b2f8f36507f6893028232d7f7a4c008 (patch)
tree05480222d116f4e24fc9a832d14cad8835474dfc /Zotlabs/Module/Sse.php
parent52bd27a0280c736e563ccc67a9307cd75bd14d3f (diff)
downloadvolse-hubzilla-a982aecd5b2f8f36507f6893028232d7f7a4c008.tar.gz
volse-hubzilla-a982aecd5b2f8f36507f6893028232d7f7a4c008.tar.bz2
volse-hubzilla-a982aecd5b2f8f36507f6893028232d7f7a4c008.zip
sse: revert to reset to array
Diffstat (limited to 'Zotlabs/Module/Sse.php')
-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 e1778718c..3e46a325c 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);
}