Commit 3cf5daa5 authored by Alex Ne's avatar Alex Ne

Memcache fix for php7.4

parent bdec2a9b
......@@ -49,7 +49,7 @@ class Memcache {
}
$key = $this->prefix . $key;
return @$this->mcache->get($key, 0);
return @$this->mcache->get($key);
}
}
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment