Remove another setting of failFunction in phase3 in a database constructor
authorSam Reed <reedy@users.mediawiki.org>
Tue, 4 Jan 2011 19:54:30 +0000 (19:54 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 4 Jan 2011 19:54:30 +0000 (19:54 +0000)
includes/extauth/MediaWiki.php

index 749fcd6..a069021 100644 (file)
@@ -78,7 +78,6 @@ class ExternalUser_MediaWiki extends ExternalUser {
                        $wgExternalAuthConf['DBuser'],
                        $wgExternalAuthConf['DBpassword'],
                        $wgExternalAuthConf['DBname'],
-                       false,
                        0,
                        $wgExternalAuthConf['DBprefix']
                );