Index: trunk/extensions/Translate/MessageGroups.php |
— | — | @@ -878,11 +878,7 @@ |
879 | 879 | * Returns a cacher object. |
880 | 880 | */ |
881 | 881 | protected static function getCache() { |
882 | | - $cacher = wfGetCache( CACHE_MEMCACHED ); |
883 | | - if ( $cacher instanceof FakeMemCachedClient ) { |
884 | | - $cacher = wfGetCache( CACHE_DB ); |
885 | | - } |
886 | | - return $cacher; |
| 882 | + return wfGetCache( CACHE_ANYTHING ); |
887 | 883 | } |
888 | 884 | |
889 | 885 | /** |