From 4fc5b08289e6152bcebd49df54a9ce97688fe97b Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 28 Nov 2019 09:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Tool/PlistParser.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;