Remove unused var
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 14 Jun 2010 17:13:47 +0000 (17:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 14 Jun 2010 17:13:47 +0000 (17:13 +0000)
includes/installer/Installer.php

index cb4b697..9e734a7 100644 (file)
@@ -393,7 +393,6 @@ abstract class Installer {
        /** Environment check for DB types */
        function envCheckDB() {
                $compiledDBs = array();
-               $haveDl = $this->haveDl();
                $goodNames = array();
                $allNames = array();
                foreach ( $this->dbTypes as $name ) {