summaryrefslogtreecommitdiff
path: root/includes/memcached-client.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/memcached-client.php')
-rw-r--r--includes/memcached-client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/memcached-client.php b/includes/memcached-client.php
index 6bd18387..79745309 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)
@@ -800,8 +800,8 @@ class memcached
if (is_resource($sock)) {
$this->_flush_read_buffer($sock);
return $sock;
- }
- $hv += $this->_hashfunc($tries . $realkey);
+ }
+ $hv = $this->_hashfunc( $hv . $realkey );
}
return false;