mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId) as $stats) {
|
foreach ($this->_Memcache->getExtendedStats('cachedump', $slabId, 0) as $stats) {
|
||||||
if (!is_array($stats)) {
|
if (!is_array($stats)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue