Merge "(bug 47070) check content model namespace on import."
[lhc/web/wiklou.git] / 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(