@@ -59,7 +59,7 @@ |
||
59 | 59 | $valid = $xml->schemaValidateSource($this->schema->saveXML()); |
60 | 60 | |
61 | 61 | if (!$valid) { |
62 | - $this->errors = $this->convertXmlErrors(); |
|
62 | + $this->errors = $this->convertXmlErrors(); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | \libxml_clear_errors(); |