From 2171a5f11ac349e825fa6d758158508c34124e22 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 27 Mar 2024 09:11:43 -0600 Subject: [PATCH] Use the name to find the Select Option Group translation. --- app/destinations/resources/classes/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index eae818f2be..fe3f89cda3 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -356,7 +356,7 @@ if (!class_exists('destinations')) { } if (!empty($row['result']['data']) && !empty($row['select_value'][$destination_type])) { - $response .= " \n"; + $response .= " \n"; $label2 = $label; foreach ($row['result']['data'] as $data) { $select_value = $row['select_value'][$destination_type];