aboutsummaryrefslogtreecommitdiffstats
path: root/includes/extauth
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2010-07-25 17:47:41 +0000
committerSam Reed <reedy@users.mediawiki.org>2010-07-25 17:47:41 +0000
commit5fd23ed8b5eb9a07af0ce3d43eebb5b99f68d12b (patch)
treee0b53658192bd73e22a133988fefc4aad9bed359 /includes/extauth
parentda03a57a59d69c0ad862119baaf23605f1dd3558 (diff)
downloadmediawikicore-5fd23ed8b5eb9a07af0ce3d43eebb5b99f68d12b.tar.gz
mediawikicore-5fd23ed8b5eb9a07af0ce3d43eebb5b99f68d12b.zip
More unused globals
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/69880
Diffstat (limited to 'includes/extauth')
-rw-r--r--includes/extauth/vB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/extauth/vB.php b/includes/extauth/vB.php
index 23523665fe68..355a7e6854ba 100644
--- a/includes/extauth/vB.php
+++ b/includes/extauth/vB.php
@@ -36,7 +36,7 @@
* @ingroup ExternalUser
*/
class ExternalUser_vB extends ExternalUser {
- private $mDb, $mRow;
+ private $mRow;
protected function initFromName( $name ) {
return $this->initFromCond( array( 'username' => $name ) );