From: Sam Reed Date: Wed, 2 Feb 2011 11:38:25 +0000 (+0000) Subject: Remove false related to failfunction... X-Git-Tag: 1.31.0-rc.0~32260 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=954efa6903318ec23b01cc5eb5a8f6cec16d7751;p=lhc%2Fweb%2Fwiklou.git Remove false related to failfunction... --- diff --git a/includes/extauth/vB.php b/includes/extauth/vB.php index 860048f3fd..2793a28662 100644 --- a/includes/extauth/vB.php +++ b/includes/extauth/vB.php @@ -108,7 +108,7 @@ class ExternalUser_vB extends ExternalUser { $wgExternalAuthConf['username'], $wgExternalAuthConf['password'], $wgExternalAuthConf['dbname'], - false, 0, + 0, $wgExternalAuthConf['tableprefix'] ); }