From 17c5502330136bf429556935fef956781edb865f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Jun 2016 21:45:15 +0200 Subject: missing backslash leading to wsod on xconfig changes --- Zotlabs/Lib/XConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs/Lib/XConfig.php') diff --git a/Zotlabs/Lib/XConfig.php b/Zotlabs/Lib/XConfig.php index e28dcf559..7f3d0f2cd 100644 --- a/Zotlabs/Lib/XConfig.php +++ b/Zotlabs/Lib/XConfig.php @@ -122,7 +122,7 @@ class XConfig { ); } - App::$config[$xchan][$family][$key] = $value; + \App::$config[$xchan][$family][$key] = $value; if($ret) return $value; @@ -157,4 +157,4 @@ class XConfig { return $ret; } -} \ No newline at end of file +} -- cgit v1.2.3