X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=2bb15b8ce054a9a53ec45750e5685acd49d34f75;hp=46978e1ba1e54ff066a39bd2f7509ce69a7e6ad6;hb=08edb27f6ce31c676660a4ef89b87da79bde2cc2;hpb=5405fd880e914e7d460a9148477688770aeb7d1a 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;