Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/106112


Change subject: Call Installer::getDBTypes() static
......................................................................

Call Installer::getDBTypes() static

Change-Id: Ie819c7c6be39c4beab0fca30216632b3e87178a8
---
M includes/installer/WebInstallerPage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/12/106112/1

diff --git a/includes/installer/WebInstallerPage.php 
b/includes/installer/WebInstallerPage.php
index aa324de..9441d8f 100644
--- a/includes/installer/WebInstallerPage.php
+++ b/includes/installer/WebInstallerPage.php
@@ -484,7 +484,7 @@
                // Messages: config-support-mysql, config-support-postgres, 
config-support-oracle,
                // config-support-sqlite
                $dbSupport = '';
-               foreach ( $this->parent->getDBTypes() as $type ) {
+               foreach ( Installer::getDBTypes() as $type ) {
                        $link = DatabaseBase::factory( $type 
)->getSoftwareLink();
                        $dbSupport .= wfMessage( "config-support-$type", $link 
)->plain() . "\n";
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/106112
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie819c7c6be39c4beab0fca30216632b3e87178a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to