Update app_defaults.php

This commit is contained in:
FusionPBX
2022-08-22 17:54:29 -06:00
committed by GitHub
parent 2fcd0dbd9a
commit e51f48b17f

View File

@@ -76,6 +76,9 @@ if ($domains_processed == 1) {
$array['destinations'][$z]['destination_actions'] = json_encode($actions);
$z++;
}
//unset actions
unset($actions);
}
if (is_array($array)) {