diff options
Diffstat (limited to 'include/config.php')
-rw-r--r-- | include/config.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/config.php b/include/config.php index 91e021947..8c0469392 100644 --- a/include/config.php +++ b/include/config.php @@ -97,9 +97,8 @@ function del_aconfig($account_id, $family, $key) { return Zlib\AConfig::Delete($account_id, $family, $key); } - -function load_abconfig($chan,$xhash) { - return 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) { |