From: Albert221 Date: Fri, 8 Dec 2017 23:33:01 +0000 (+0100) Subject: Remove references to deleted $this->debug in installer X-Git-Tag: 1.31.0-rc.0~1235^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=b4f2e4a553240304ca327150cba745e03ffcf47a;p=lhc%2Fweb%2Fwiklou.git Remove references to deleted $this->debug in installer Bug: T182210 Change-Id: Id4c574ae08f8f3bccc33e71781b3f66fa4430040 --- 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;