From d06146a7b8b48b7772602acf355e76c8318aef39 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 12 Dec 2011 15:12:38 +0000 Subject: [PATCH] Stupid fatal --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1