Remove spacing between $wgLogo and value in generated LocalSettings
authoraude <aude.wiki@gmail.com>
Sun, 22 Dec 2013 13:20:13 +0000 (13:20 +0000)
committeraude <aude.wiki@gmail.com>
Sun, 22 Dec 2013 13:22:35 +0000 (13:22 +0000)
makes it consistent with the other variables and removes phpcs violation

Change-Id: I2b8a5ef6d07575a69f3b2ac77c1334553dd54215

includes/installer/LocalSettingsGenerator.php

index 515cedb..68664c9 100644 (file)
@@ -288,7 +288,7 @@ ${serverSetting}
 
 ## The relative URL path to the logo.  Make sure you change this from the default,
 ## or else you'll overwrite your logo when you upgrade!
-\$wgLogo             = \"{$this->values['wgLogo']}\";
+\$wgLogo = \"{$this->values['wgLogo']}\";
 
 ## UPO means: this is also a user preference option