From: Chad Horohoe Date: Mon, 12 Dec 2011 15:12:38 +0000 (+0000) Subject: Stupid fatal X-Git-Tag: 1.31.0-rc.0~26045 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=d06146a7b8b48b7772602acf355e76c8318aef39;p=lhc%2Fweb%2Fwiklou.git Stupid fatal --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index d7d71389a2..5c6255f844 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -855,7 +855,7 @@ abstract class Installer { /** * Environment check for the server hostname. */ - protected abstract function envCheckServer() { + protected function envCheckServer() { $server = $this->envGetDefaultServer(); $this->showMessage( 'config-using-server', $server ); $this->setVar( 'wgServer', $server );