diff --git a/Application/Base/Tool/PlistParser.class.php b/Application/Base/Tool/PlistParser.class.php index 96b19fe7b..9f9bf8a3f 100644 --- a/Application/Base/Tool/PlistParser.class.php +++ b/Application/Base/Tool/PlistParser.class.php @@ -37,7 +37,7 @@ class PlistParser $this->xml = $xml; } else { $plist = new CFPropertyList(); - $plist->parseBinary($content); + $plist->parse($content); $this->plist = $plist; } return true;