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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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