mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Escape the $ in the domain_uuid variable.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
$apps[$x]['destinations'][$y]['type'] = "sql";
|
||||
$apps[$x]['destinations'][$y]['label'] = "conferences";
|
||||
$apps[$x]['destinations'][$y]['name'] = "conferences";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '${domain_uuid}' and conference_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and conference_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "conference_name asc";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "conference_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "conference_extension";
|
||||
|
||||
Reference in New Issue
Block a user