Stupid fatal
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 12 Dec 2011 15:12:38 +0000 (15:12 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 12 Dec 2011 15:12:38 +0000 (15:12 +0000)
includes/installer/Installer.php

index d7d7138..5c6255f 100644 (file)
@@ -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 );