aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-13 20:17:40 -0700
committerredmatrix <git@macgirvin.com>2016-07-13 20:17:40 -0700
commit00afe56cadbf72bd76efceb0663291d7f88a93fc (patch)
treeb2dd8a898b9650d06bc79550d5bfc63b31336b7f /include
parentf60a0c5ce050febb0b200938eb51d88cf563b88f (diff)
downloadvolse-hubzilla-00afe56cadbf72bd76efceb0663291d7f88a93fc.tar.gz
volse-hubzilla-00afe56cadbf72bd76efceb0663291d7f88a93fc.tar.bz2
volse-hubzilla-00afe56cadbf72bd76efceb0663291d7f88a93fc.zip
let abconfig specify a family
Diffstat (limited to 'include')
-rw-r--r--include/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.php b/include/config.php
index ece22793f..08810e298 100644
--- a/include/config.php
+++ b/include/config.php
@@ -98,8 +98,8 @@ function del_aconfig($account_id, $family, $key) {
}
-function load_abconfig($chan,$xhash) {
- Zlib\AbConfig::Load($chan,$xhash);
+function load_abconfig($chan, $xhash, $family = '') {
+ return Zlib\AbConfig::Load($chan,$xhash,$family);
}
function get_abconfig($chan,$xhash,$family,$key) {