diff options
Diffstat (limited to 'it_cache.class')
| -rw-r--r-- | it_cache.class | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/it_cache.class b/it_cache.class index 551d103..0e7ff0a 100644 --- a/it_cache.class +++ b/it_cache.class @@ -85,7 +85,7 @@ function _get_memcache($p)  		$memcache = new Memcache;  		foreach (array_filter(it::replace(array('[#\s].*' => ""), file($p['hostsfile']))) as $host) -			$reachable += intval(@$memcache->addServer($host, 11211, true, 1, 1, -1)); +			$reachable += intval(@$memcache->addServer($host));  		$GLOBALS[$memcache_id] = $reachable ? $memcache : false;  	} |