diff options
Diffstat (limited to 'includes/extauth/vB.php')
-rw-r--r-- | includes/extauth/vB.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/extauth/vB.php b/includes/extauth/vB.php index 39cd2a2c8578..23523665fe68 100644 --- a/includes/extauth/vB.php +++ b/includes/extauth/vB.php @@ -32,6 +32,8 @@ * 'tableprefix' => '', * 'cookieprefix' => 'bb' * ); + * + * @ingroup ExternalUser */ class ExternalUser_vB extends ExternalUser { private $mDb, $mRow; |