aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/PConfig.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-08 12:04:45 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-08 12:04:45 +0200
commit4234c9a1946d805259d3fea916844710863acd5d (patch)
treec0d80fdb36339c91223ee075697145afc2113899 /Zotlabs/Lib/PConfig.php
parent75b97cafb0412ed7d06e0bc499ef7927290f027d (diff)
parente46e7002a8945f3156b4c4dcfdedb57316d94ba9 (diff)
downloadvolse-hubzilla-4234c9a1946d805259d3fea916844710863acd5d.tar.gz
volse-hubzilla-4234c9a1946d805259d3fea916844710863acd5d.tar.bz2
volse-hubzilla-4234c9a1946d805259d3fea916844710863acd5d.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'Zotlabs/Lib/PConfig.php')
-rw-r--r--Zotlabs/Lib/PConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/PConfig.php b/Zotlabs/Lib/PConfig.php
index 0cd65392e..195321375 100644
--- a/Zotlabs/Lib/PConfig.php
+++ b/Zotlabs/Lib/PConfig.php
@@ -65,7 +65,7 @@ class PConfig {
return false;
if(! array_key_exists($uid, \App::$config))
- load_pconfig($uid);
+ self::Load($uid);
if((! array_key_exists($family, \App::$config[$uid])) || (! array_key_exists($key, \App::$config[$uid][$family])))
return false;