Removed whitespaces
authorAlexander Ebert <ebert@woltlab.com>
Mon, 29 Jul 2013 11:30:45 +0000 (13:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 29 Jul 2013 11:30:45 +0000 (13:30 +0200)
wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php

index e072287a711339389f7b6a38acc05d63914921de..9c4f20f1989579c86bb2b676cfb2d1797f530102 100755 (executable)
@@ -67,7 +67,7 @@ class OptionImportForm extends AbstractForm {
                                $xml->load($this->optionImport['tmp_name']);
                                $xpath = $xml->xpath();
                                foreach ($xpath->query('/options/option') as $option) {
-                                       $this->options[ $xpath->query('name', $option)->item(0)->nodeValue ] = $xpath->query('value', $option)->item(0)->nodeValue;
+                                       $this->options[$xpath->query('name', $option)->item(0)->nodeValue] = $xpath->query('value', $option)->item(0)->nodeValue;
                                }
                        }
                        catch (SystemException $e) {