mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
phrases should be written out as there uuid
not the name.domain_uuid format
This commit is contained in:
@@ -42,7 +42,7 @@ function save_phrases_xml() {
|
||||
}
|
||||
|
||||
//build xml
|
||||
$xml .= " <macro name=\"".$row['phrase_name'].".".$domain_uuid."\">\n";
|
||||
$xml .= " <macro name=\"".$row['phrase_uuid']."\">\n";
|
||||
$xml .= " <input pattern=\"(.*)\">\n";
|
||||
$xml .= " <match>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user