Make this private since nothing outside here calls it
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 29 Apr 2011 22:40:31 +0000 (22:40 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 29 Apr 2011 22:40:31 +0000 (22:40 +0000)
includes/objectcache/BagOStuff.php

index cfb38a1..9512853 100644 (file)
@@ -41,7 +41,7 @@
  * @ingroup Cache
  */
 abstract class BagOStuff {
-       var $debugMode = false;
+       private $debugMode = false;
 
        public function setDebug( $bool ) {
                $this->debugMode = $bool;