mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
committed by
FusionPBX
parent
069ad5d580
commit
b9cf2762f3
@@ -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