(fix) properly XML escape wide characters (fixes #3616)

This commit is contained in:
Ludovic Marcotte
2016-04-06 11:20:46 -04:00
parent 5ac42d79a8
commit 2b137d6bc0
9 changed files with 108 additions and 104 deletions
+1 -1
View File
@@ -467,7 +467,7 @@
methodSel = SOGoSelectorForPropertyGetter (*currentProperty);
if (methodSel && [ldifEntry respondsToSelector: methodSel])
*currentValue = [[ldifEntry performSelector: methodSel]
stringByEscapingXMLString];
safeStringByEscapingXMLString];
currentProperty++;
currentValue++;
}