mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #2852 from ujwaltrivedi/master
Update MemcacheEngine.php
This commit is contained in:
commit
4353507ebb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue