From: Chad Horohoe Date: Fri, 29 Apr 2011 22:40:31 +0000 (+0000) Subject: Make this private since nothing outside here calls it X-Git-Tag: 1.31.0-rc.0~30502 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=8ae2840afb4ed2dd742086ec5fed8958919fd764;p=lhc%2Fweb%2Fwiklou.git Make this private since nothing outside here calls it --- 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;