Skip to content

Commit

Permalink
Merge pull request #2852 from ujwaltrivedi/master
Browse files Browse the repository at this point in the history
Update MemcacheEngine.php
  • Loading branch information
markstory committed Feb 17, 2014
2 parents 070b165 + cb0580a commit 4353507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/MemcacheEngine.php
Expand Up @@ -211,7 +211,7 @@ public function clear($check) {
continue;
}

foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId) as $stats) {
foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId, 0) as $stats) {
if (!is_array($stats)) {
continue;
}
Expand Down

0 comments on commit 4353507

Please sign in to comment.