From ef04c774fb92172ecf8441689a7498c771ec79e7 Mon Sep 17 00:00:00 2001 From: aude Date: Sun, 22 Dec 2013 13:20:13 +0000 Subject: [PATCH] Remove spacing between $wgLogo and value in generated LocalSettings makes it consistent with the other variables and removes phpcs violation Change-Id: I2b8a5ef6d07575a69f3b2ac77c1334553dd54215 --- includes/installer/LocalSettingsGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 515cedb3cb..68664c955c 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -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 -- 2.20.1