diff options
author | redmatrix <git@macgirvin.com> | 2016-07-09 21:08:02 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-09 21:08:02 -0700 |
commit | c9db8c6857d8676b3eb3c19548eb303656dc5fff (patch) | |
tree | b24726528d3fd98803fb481e350964f378fe6f28 /include/config.php | |
parent | 917a465ccd7dfa4992241b1e5d4418b3a31f1615 (diff) | |
download | volse-hubzilla-c9db8c6857d8676b3eb3c19548eb303656dc5fff.tar.gz volse-hubzilla-c9db8c6857d8676b3eb3c19548eb303656dc5fff.tar.bz2 volse-hubzilla-c9db8c6857d8676b3eb3c19548eb303656dc5fff.zip |
more permissions work
Diffstat (limited to 'include/config.php')
-rw-r--r-- | include/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.php b/include/config.php index ece22793f..91e021947 100644 --- a/include/config.php +++ b/include/config.php @@ -99,7 +99,7 @@ function del_aconfig($account_id, $family, $key) { function load_abconfig($chan,$xhash) { - Zlib\AbConfig::Load($chan,$xhash); + return Zlib\AbConfig::Load($chan,$xhash); } function get_abconfig($chan,$xhash,$family,$key) { |