From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/objectcache/MemcachedPhpBagOStuff.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes/objectcache/MemcachedPhpBagOStuff.php') diff --git a/includes/objectcache/MemcachedPhpBagOStuff.php b/includes/objectcache/MemcachedPhpBagOStuff.php index a46dc716..33a134c7 100644 --- a/includes/objectcache/MemcachedPhpBagOStuff.php +++ b/includes/objectcache/MemcachedPhpBagOStuff.php @@ -81,7 +81,7 @@ class MemcachedPhpBagOStuff extends MemcachedBagOStuff { public function unlock( $key ) { return $this->client->unlock( $this->encodeKey( $key ) ); } - + /** * @param $key string * @param $value int @@ -100,4 +100,3 @@ class MemcachedPhpBagOStuff extends MemcachedBagOStuff { return $this->client->decr( $this->encodeKey( $key ), $value ); } } - -- cgit v1.2.3-54-g00ecf