From: Sam Reed Date: Tue, 4 Jan 2011 19:54:30 +0000 (+0000) Subject: Remove another setting of failFunction in phase3 in a database constructor X-Git-Tag: 1.31.0-rc.0~32820 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=c5961079ea97ca23e880725fd0471e902bdbe31e;p=lhc%2Fweb%2Fwiklou.git Remove another setting of failFunction in phase3 in a database constructor --- 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'] );