mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-12 05:19:57 +00:00
Merge pull request #141 from cytopia/DVL-013-memcd-fixes
DVL-013 Handle false values retrieved from Memcached
This commit is contained in:
commit
930bb1c7fc
@ -111,6 +111,9 @@ class Memcd extends BaseClass implements BaseInterface
|
||||
}
|
||||
$this->_memcached->getDelayed($keys);
|
||||
$store = $this->_memcached->fetchAll();
|
||||
if (!is_array($store)) {
|
||||
$store = array();
|
||||
}
|
||||
}
|
||||
}
|
||||
return $store;
|
||||
|
Loading…
x
Reference in New Issue
Block a user