master
ELF 5 years ago
parent fb0170048f
commit 4fc5b08289

@ -37,7 +37,7 @@ class PlistParser
$this->xml = $xml; $this->xml = $xml;
} else { } else {
$plist = new CFPropertyList(); $plist = new CFPropertyList();
$plist->parseBinary($content); $plist->parse($content);
$this->plist = $plist; $this->plist = $plist;
} }
return true; return true;

Loading…
Cancel
Save