Remove spacing between $wgLogo and value in generated LocalSettings

makes it consistent with the other variables and removes phpcs violation

Change-Id: I2b8a5ef6d07575a69f3b2ac77c1334553dd54215
This commit is contained in:
aude 2013-12-22 13:20:13 +00:00
parent 6a6593cb4c
commit ef04c774fb

View 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