summaryrefslogtreecommitdiff
path: root/includes/extauth/vB.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/extauth/vB.php')
-rw-r--r--includes/extauth/vB.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/extauth/vB.php b/includes/extauth/vB.php
index 860048f3..f516c423 100644
--- a/includes/extauth/vB.php
+++ b/includes/extauth/vB.php
@@ -34,7 +34,7 @@
* 'username' => 'forum',
* 'password' => 'udE,jSqDJ<""p=fI.K9',
* 'dbname' => 'forum',
- * 'tableprefix' => '',
+ * 'tablePrefix' => '',
* 'cookieprefix' => 'bb'
* );
*
@@ -108,8 +108,8 @@ class ExternalUser_vB extends ExternalUser {
$wgExternalAuthConf['username'],
$wgExternalAuthConf['password'],
$wgExternalAuthConf['dbname'],
- false, 0,
- $wgExternalAuthConf['tableprefix']
+ 0,
+ $wgExternalAuthConf['tablePrefix']
);
}