Index: trunk/phase3/includes/objectcache/BagOStuff.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | * @ingroup Cache |
43 | 43 | */ |
44 | 44 | abstract class BagOStuff { |
45 | | - var $debugMode = false; |
| 45 | + private $debugMode = false; |
46 | 46 | |
47 | 47 | public function setDebug( $bool ) { |
48 | 48 | $this->debugMode = $bool; |