mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix undefined label (#7639)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user