From 9e9dd2ba71f2dfe009491ec1597d4d77b4a42f47 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:46:38 -0700 Subject: [PATCH] Fix undefined label (#7639) --- 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 bd68ad9b18..95bcba8667 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -768,7 +768,7 @@ $select_label = str_replace("\${".$key."}", ($data[$key] ?? ''), $select_label); } else { - $select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label); + $select_label = str_replace("\${".$key."}", ($text2['option-'.$label] ?? ''), $select_label); } } //application: hangup