Skip to content
Snippets Groups Projects
Commit 01cecc95 authored by Thomas Müller's avatar Thomas Müller
Browse files

initialize $result

parent a0d6f0e1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment