r41327 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41326‎ | r41327 | r41328 >
Date:23:48, 27 September 2008
Author:aaron
Status:old
Tags:
Comment:
Suppress errors on count increment (bug 13758)
Modified paths:
  • /trunk/phase3/includes/memcached-client.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/memcached-client.php
@@ -454,7 +454,7 @@
455455 if (!$this->_active)
456456 return false;
457457
458 - $this->stats['get_multi']++;
 458+ @$this->stats['get_multi']++;
459459 $sock_keys = array();
460460
461461 foreach ($keys as $key)