Call Installer::getDBTypes() static
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 11 Jan 2014 22:57:47 +0000 (23:57 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 11 Jan 2014 22:57:47 +0000 (23:57 +0100)
Change-Id: Ie819c7c6be39c4beab0fca30216632b3e87178a8

includes/installer/WebInstallerPage.php

index 200e4cd..d4b3d65 100644 (file)
@@ -484,7 +484,7 @@ class WebInstaller_DBConnect extends WebInstallerPage {
                // Messages: config-dbsupport-mysql, config-dbsupport-postgres, config-dbsupport-oracle,
                // config-dbsupport-sqlite
                $dbSupport = '';
-               foreach ( $this->parent->getDBTypes() as $type ) {
+               foreach ( Installer::getDBTypes() as $type ) {
                        $dbSupport .= wfMessage( "config-dbsupport-$type" )->plain() . "\n";
                }
                $this->addHTML( $this->parent->getInfoBox(