aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/XConfig.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-07-08 20:35:08 +0000
committerMario <mario@mariovavti.com>2024-07-08 20:35:08 +0000
commit5cbae0fb81078a60c9fa507be9c725856d7ecb29 (patch)
tree32bcec63c1b3d13feb1576f4512e73ba1cca14ef /Zotlabs/Lib/XConfig.php
parent2ddc0875128e17a9e36393974d721f19ccbe64e3 (diff)
downloadvolse-hubzilla-5cbae0fb81078a60c9fa507be9c725856d7ecb29.tar.gz
volse-hubzilla-5cbae0fb81078a60c9fa507be9c725856d7ecb29.tar.bz2
volse-hubzilla-5cbae0fb81078a60c9fa507be9c725856d7ecb29.zip
improve handling of sse especially in relation with page reloads
Diffstat (limited to 'Zotlabs/Lib/XConfig.php')
-rw-r--r--Zotlabs/Lib/XConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/XConfig.php b/Zotlabs/Lib/XConfig.php
index 76ac8dc7a..5eed9224e 100644
--- a/Zotlabs/Lib/XConfig.php
+++ b/Zotlabs/Lib/XConfig.php
@@ -83,7 +83,7 @@ class XConfig {
return $default;
if(! array_key_exists($xchan, \App::$config))
- load_xconfig($xchan);
+ self::Load($xchan);
if((! array_key_exists($family, \App::$config[$xchan])) || (! array_key_exists($key, \App::$config[$xchan][$family])))
return $default;