Merge branch 'dev' into perms

This commit is contained in:
redmatrix
2016-07-13 20:19:11 -07:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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) {