X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FMemcachedBagOStuff.php;h=f7bf86b905a856561920b617b828d24fd293065f;hb=67072948b6210b836e864ed6096b16027caeb300;hp=0188991aa04c12c8e9a9707e9167bc0de445085b;hpb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/objectcache/MemcachedBagOStuff.php b/includes/libs/objectcache/MemcachedBagOStuff.php index 0188991aa0..f7bf86b905 100644 --- a/includes/libs/objectcache/MemcachedBagOStuff.php +++ b/includes/libs/objectcache/MemcachedBagOStuff.php @@ -137,7 +137,7 @@ class MemcachedBagOStuff extends BagOStuff { ); if ( $charsLeft < 0 ) { - return $keyspace . ':##' . md5( implode( ':', $args ) ); + return $keyspace . ':BagOStuff-long-key:##' . md5( implode( ':', $args ) ); } return $keyspace . ':' . implode( ':', $args );