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:
parent
6a6593cb4c
commit
ef04c774fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue