From: Brion Vibber Date: Fri, 2 Apr 2004 06:48:57 +0000 (+0000) Subject: Fix blocks for non-memcache X-Git-Tag: 1.3.0beta1~648 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=7c2a640280313655ec0fab0d6959612b37f9f9e1;p=lhc%2Fweb%2Fwiklou.git Fix blocks for non-memcache --- diff --git a/includes/BlockCache.php b/includes/BlockCache.php index e18182cfbb..5b65bdc20a 100644 --- a/includes/BlockCache.php +++ b/includes/BlockCache.php @@ -27,8 +27,6 @@ class BlockCache global $wgUseMemCached, $wgMemc; if ( $this->mData === false) { - $this->mData = array(); - $saveMemc = false; # Try memcached if ( $wgUseMemCached ) {