Fix undefined label (#7639)

This commit is contained in:
Alex
2025-11-21 16:46:38 -07:00
committed by GitHub
parent a3539f0859
commit 9e9dd2ba71

View File

@@ -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