Merge pull request #1413 from mafoo/BugFix-Phrases

phrases should be written out as there uuid
This commit is contained in:
FusionPBX 2016-01-26 10:38:43 -07:00
commit 633f836c42
1 changed files with 1 additions and 1 deletions

View File

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