From e51f48b17fae07b438e6fcbd6078ca41c6476b04 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 22 Aug 2022 17:54:29 -0600 Subject: [PATCH] Update app_defaults.php --- app/destinations/app_defaults.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/destinations/app_defaults.php b/app/destinations/app_defaults.php index a17a952aaf..c0d11ca399 100644 --- a/app/destinations/app_defaults.php +++ b/app/destinations/app_defaults.php @@ -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)) {