From 15977eff352970a58bb076e68021396b2a1fc2d6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 Feb 2022 11:39:49 -0700 Subject: [PATCH] Removed this as it prevents adding to the array by resetting the value back to 0. --- app/destinations/resources/classes/destinations.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index b91933c9ae..7b5099147d 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -959,7 +959,6 @@ if (!class_exists('destinations')) { $i++; } - $i = 0; unset($text); } }