From a360f679d7f63e1981f6054edfa85824fdde9bdf Mon Sep 17 00:00:00 2001 From: wlx Date: Wed, 12 Dec 2012 04:22:05 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BDxml=E5=87=BA=E9=94=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/models/ISO19115.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/ISO19115.php b/application/models/ISO19115.php index 716d05a4..bb66d523 100755 --- a/application/models/ISO19115.php +++ b/application/models/ISO19115.php @@ -141,7 +141,7 @@ class ISO19115 */ function loadXML($str) { - $this->dom->loadXML($str); + @$this->dom->loadXML($str); $this->parse(); } /**