|
@@ -143,7 +143,7 @@ |
|
|
block discarded – undo |
|
143
|
143
|
|
|
144
|
144
|
$this->loadConfig($config); |
|
145
|
145
|
$this->_cache = new \Memcached($this->_persistentid); |
|
146
|
|
- if($this->_persistentid !== null && count($this->_cache->getServerList()) > 0) |
|
|
146
|
+ if ($this->_persistentid !== null && count($this->_cache->getServerList()) > 0) |
|
147
|
147
|
{ |
|
148
|
148
|
Prado::trace('Skipping re-adding servers for persistent id ' . $this->_persistentid, '\Prado\Caching\TMemCache'); |
|
149
|
149
|
} else { |
Please login to merge, or discard this patch.