@@ -64,7 +64,7 @@ |
||
64 | 64 | { |
65 | 65 | $this->xml = new XMLWriter; |
66 | 66 | $this->xml->openMemory(); |
67 | - $this->xml->setIndent(true); |
|
67 | + $this->xml->setIndent(true); |
|
68 | 68 | $this->xml->startDocument('1.0', 'UTF-8'); |
69 | 69 | $this->xml->startElement('Import'); |
70 | 70 | $this->xml->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); |