Escape the $ in the domain_uuid variable.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
$apps[$x]['destinations'][$y]['type'] = "sql";
|
||||
$apps[$x]['destinations'][$y]['label'] = "phrases";
|
||||
$apps[$x]['destinations'][$y]['name'] = "phrases";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '${domain_uuid}' and phrase_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['where'] = "where domain_uuid = '\${domain_uuid}' and phrase_enabled = 'true' ";
|
||||
$apps[$x]['destinations'][$y]['order_by'] = "phrase_name asc";
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = "phrase_name";
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = "phrase_name";
|
||||
|
||||
Reference in New Issue
Block a user