From 4960bff13d90c8afd48077682bb0bbad49b85d6b Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 12 Aug 2010 18:25:04 +0000 Subject: [PATCH] Make $wgExternalBlobCache a local static variable. Remove $wgExternalLoadBalancers, unused since r32578 (birth of LBFactory) --- includes/ExternalStoreDB.php | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) 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; } -- 2.20.1