From: Alexander Ebert Date: Mon, 29 Jul 2013 11:30:45 +0000 (+0200) Subject: Removed whitespaces X-Git-Tag: 2.0.0_Beta_6~26 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=81d975206078015fcfe9bbf957cc0c979cc77309;p=GitHub%2FWoltLab%2FWCF.git Removed whitespaces --- 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) {