From 91e194556c52d2f354344f930419eef2dd6267f0 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 4 Sep 2013 05:51:59 +0200 Subject: Update to MediaWiki 1.21.2 --- includes/installer/WebInstallerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/installer/WebInstallerPage.php') diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 78830293..06d16a5a 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -462,7 +462,7 @@ class WebInstaller_DBConnect extends WebInstallerPage { // It's possible that the library for the default DB type is not compiled in. // In that case, instead select the first supported DB type in the list. - $compiledDBs = $this->parent->getVar( '_CompiledDBs' ); + $compiledDBs = $this->parent->getCompiledDBs(); if ( !in_array( $defaultType, $compiledDBs ) ) { $defaultType = $compiledDBs[0]; } -- cgit v1.2.3-54-g00ecf