From 8ae2840afb4ed2dd742086ec5fed8958919fd764 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 29 Apr 2011 22:40:31 +0000 Subject: [PATCH] Make this private since nothing outside here calls it --- includes/objectcache/BagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/objectcache/BagOStuff.php b/includes/objectcache/BagOStuff.php index cfb38a1942..951285330d 100644 --- a/includes/objectcache/BagOStuff.php +++ b/includes/objectcache/BagOStuff.php @@ -41,7 +41,7 @@ * @ingroup Cache */ abstract class BagOStuff { - var $debugMode = false; + private $debugMode = false; public function setDebug( $bool ) { $this->debugMode = $bool; -- 2.20.1