Update app_defaults.php
This commit is contained in:
parent
2fcd0dbd9a
commit
e51f48b17f
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue