From c5961079ea97ca23e880725fd0471e902bdbe31e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 4 Jan 2011 19:54:30 +0000 Subject: [PATCH] Remove another setting of failFunction in phase3 in a database constructor --- includes/extauth/MediaWiki.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/extauth/MediaWiki.php b/includes/extauth/MediaWiki.php index 749fcd6b9b..a069021848 100644 --- a/includes/extauth/MediaWiki.php +++ b/includes/extauth/MediaWiki.php @@ -78,7 +78,6 @@ class ExternalUser_MediaWiki extends ExternalUser { $wgExternalAuthConf['DBuser'], $wgExternalAuthConf['DBpassword'], $wgExternalAuthConf['DBname'], - false, 0, $wgExternalAuthConf['DBprefix'] ); -- 2.20.1