From f5d16aebbcc53bd41f376838710edfc1d76c68a4 Mon Sep 17 00:00:00 2001 From: mafoo Date: Tue, 26 Jan 2016 17:34:44 +0000 Subject: [PATCH] phrases should be written out as there uuid not the name.domain_uuid format --- app/phrases/resources/functions/save_phrases_xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/phrases/resources/functions/save_phrases_xml.php b/app/phrases/resources/functions/save_phrases_xml.php index 6c7921d0ae..597971fedb 100644 --- a/app/phrases/resources/functions/save_phrases_xml.php +++ b/app/phrases/resources/functions/save_phrases_xml.php @@ -42,7 +42,7 @@ function save_phrases_xml() { } //build xml - $xml .= " \n"; + $xml .= " \n"; $xml .= " \n"; $xml .= " \n";