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(); } /**