From 62a293a7192ab3082c6cd49136f7776cf5b7a4fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 7 Jul 2014 23:59:20 +0200 Subject: [PATCH] LocalSettingsGenerator: Remove unused commented-out code This is unused and unnecessary, $wgRightsUrl is always checked before it's used in code and it can be an empty string. Change-Id: Ia2e2af0162004b7e19a028ba8e648f8b2ef02a12 --- includes/installer/LocalSettingsGenerator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index 3c8a5b1d40..100dd1061f 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -202,7 +202,6 @@ class LocalSettingsGenerator { $locale = ''; } - //$rightsUrl = $this->values['wgRightsUrl'] ? '' : '#'; // @todo FIXME: I'm unused! $hashedUploads = $this->safeMode ? '' : '#'; $metaNamespace = ''; if ( $this->values['wgMetaNamespace'] !== $this->values['wgSitename'] ) { -- 2.20.1