r87146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87145‎ | r87146 | r87147 >
Date:22:40, 29 April 2011
Author:demon
Status:ok
Tags:
Comment:
Make this private since nothing outside here calls it
Modified paths:
  • /trunk/phase3/includes/objectcache/BagOStuff.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/objectcache/BagOStuff.php
@@ -41,7 +41,7 @@
4242 * @ingroup Cache
4343 */
4444 abstract class BagOStuff {
45 - var $debugMode = false;
 45+ private $debugMode = false;
4646
4747 public function setDebug( $bool ) {
4848 $this->debugMode = $bool;

Status & tagging log