r108490 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108489‎ | r108490 | r108491 >
Date:03:23, 10 January 2012
Author:johnduhart
Status:ok
Tags:
Comment:
Readding a property that was removed in r71290
Modified paths:
  • /trunk/extensions/CentralAuth/WikiSet.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/WikiSet.php
@@ -9,6 +9,9 @@
1010 private $mName; // Display name of the group
1111 private $mType; // Opt-in based or opt-out based
1212 private $mWikis; // List of wikis
 13+ // This property is used, don't remove it
 14+ // (That means you Reedy)
 15+ private $mVersion = self::VERSION; // Caching purposes
1316
1417 static $mCacheVars = array(
1518 'mId',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71290Remove unused variables (mainly globals)...reedy11:53, 19 August 2010

Status & tagging log