From: Aaron Schulz Date: Sat, 27 Sep 2008 23:48:21 +0000 (+0000) Subject: Suppress errors on count increment (bug 13758) X-Git-Tag: 1.31.0-rc.0~45061 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=e346e0bfeec153e3c48c017ac032d3a81777ceea;p=lhc%2Fweb%2Fwiklou.git Suppress errors on count increment (bug 13758) --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index 0640adf211..e1a8d449de 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -454,7 +454,7 @@ class memcached if (!$this->_active) return false; - $this->stats['get_multi']++; + @$this->stats['get_multi']++; $sock_keys = array(); foreach ($keys as $key)