status check bugfix

This commit is contained in:
Peter Molnar 2013-03-25 12:41:16 +00:00
parent b92a80d755
commit 42792e9b8a

View file

@ -338,6 +338,7 @@ if (!class_exists('WP_FFPC_Backend')) {
*
*/
private function apc_status () {
$this->status = true;
return $this->alive;
}