Merge pull request #2852 from ujwaltrivedi/master

Update MemcacheEngine.php
This commit is contained in:
Mark Story 2014-02-17 16:44:13 -05:00
commit 4353507ebb

View file

@ -211,7 +211,7 @@ class MemcacheEngine extends CacheEngine {
continue;
}
foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId) as $stats) {
foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId, 0) as $stats) {
if (!is_array($stats)) {
continue;
}