fixes #729
This commit is contained in:
parent
4e522ebf6b
commit
3e1014af17
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ class Doctrine_Cache_Memcache extends Doctrine_Cache_Driver
|
|||
|
||||
if (is_array($tmp)) {
|
||||
return $tmp[0];
|
||||
} else if (is_string($tmp)) {
|
||||
return $tmp;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue