From b4f2e4a553240304ca327150cba745e03ffcf47a Mon Sep 17 00:00:00 2001 From: Albert221 Date: Sat, 9 Dec 2017 00:33:01 +0100 Subject: [PATCH] Remove references to deleted $this->debug in installer Bug: T182210 Change-Id: Id4c574ae08f8f3bccc33e71781b3f66fa4430040 --- includes/installer/Installer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 46978e1ba1..2bb15b8ce0 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -693,10 +693,6 @@ abstract class Installer { ] ); } catch ( MediaWiki\Services\ServiceDisabledException $e ) { $html = ' ' . htmlspecialchars( $text ); - - if ( !empty( $this->debug ) ) { - $html .= ""; - } } return $html; -- 2.20.1