aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-20 21:47:49 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-20 21:47:49 +0200
commit545219b839aa6f3f8f822968497a03c101174fde (patch)
treeac6c29d1c76b95ab368b39f57cd144e91d5ccb86 /Zotlabs
parente40112b40dc7dd0e8b235800d85ef070f428e2c2 (diff)
parent985fb44424a8f321b77ed96466190e5fdeca34d6 (diff)
downloadvolse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.tar.gz
volse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.tar.bz2
volse-hubzilla-545219b839aa6f3f8f822968497a03c101174fde.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/XConfig.php4
1 files changed, 2 insertions, 2 deletions
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
+}