mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-02 23:06:35 +00:00
committed by
FusionPBX
parent
2b9311031d
commit
0a740f4ccc
@@ -78,7 +78,7 @@
|
||||
}
|
||||
}
|
||||
unset($sql, $prep_statement, $result);
|
||||
foreach ($mohs as $domain_uuid => &$moh) { ksort($moh); }
|
||||
foreach ($mohs as &$moh) { ksort($moh); }
|
||||
$moh_names['global'] = array_unique($moh_names['global']);
|
||||
$moh_names['local'] = array_unique($moh_names['local']);
|
||||
sort($moh_names['global'], SORT_NATURAL);
|
||||
|
||||
Reference in New Issue
Block a user