Update fax_emails.php (#4529)

Change $array to $result
This commit is contained in:
frytimo 2019-09-09 21:10:22 -04:00 committed by FusionPBX
parent f174a9f5af
commit a21f11b995
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function arr_to_map(&$arr){
return false;
}
if (is_array($array) && @sizeof($array) != 0) {
if (is_array($result) && @sizeof($result) != 0) {
//load default settings
$default_settings = load_default_settings();