From: Platonides Date: Thu, 12 Aug 2010 18:25:04 +0000 (+0000) Subject: Make $wgExternalBlobCache a local static variable. X-Git-Tag: 1.31.0-rc.0~35518 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=4960bff13d90c8afd48077682bb0bbad49b85d6b;p=lhc%2Fweb%2Fwiklou.git Make $wgExternalBlobCache a local static variable. Remove $wgExternalLoadBalancers, unused since r32578 (birth of LBFactory) --- diff --git a/includes/ExternalStoreDB.php b/includes/ExternalStoreDB.php index 769c64da0a..877277a280 100644 --- a/includes/ExternalStoreDB.php +++ b/includes/ExternalStoreDB.php @@ -1,25 +1,5 @@ &$ret ); + $externalBlobCache = array( $cacheID => &$ret ); return $ret; }