Fixed exporting of languages
authorAlexander Ebert <ebert@woltlab.com>
Wed, 18 Dec 2013 15:47:14 +0000 (16:47 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 18 Dec 2013 15:47:14 +0000 (16:47 +0100)
wcfsetup/install/files/lib/data/language/LanguageEditor.class.php

index de8702ea3aa43b047b60ab5036ca98b3bdf93d33..a0d419a4bad6defcf89cd136bb043ad9a3e56244 100644 (file)
@@ -115,7 +115,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
                echo "\xEF\xBB\xBF";
                
                // header
-               echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<language xmlns=\"http://www.woltlab.com\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/language.xsd\" languagecode=\"".$this->languageCode."\">\n";
+               echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<language xmlns=\"http://www.woltlab.com\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/language.xsd\" languagecode=\"".$this->languageCode."\" countrycode=\"".$this->countryCode."\">\n";
                
                // get items
                $items = array();