From 81d975206078015fcfe9bbf957cc0c979cc77309 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 29 Jul 2013 13:30:45 +0200 Subject: [PATCH] Removed whitespaces --- wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php b/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php index e072287a71..9c4f20f198 100755 --- a/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/OptionImportForm.class.php @@ -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) { -- 2.20.1