initialize $result
This commit is contained in:
parent
a0d6f0e127
commit
01cecc9522
|
@ -57,7 +57,7 @@ class OC_Cache_APC {
|
|||
if(!function_exists('apc_exists')) {
|
||||
function apc_exists($keys)
|
||||
{
|
||||
$result;
|
||||
$result=false;
|
||||
apc_fetch($keys, $result);
|
||||
return $result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue