diff --git a/wp-ffpc-backend.php b/wp-ffpc-backend.php index f28371e..bf80553 100644 --- a/wp-ffpc-backend.php +++ b/wp-ffpc-backend.php @@ -338,6 +338,7 @@ if (!class_exists('WP_FFPC_Backend')) { * */ private function apc_status () { + $this->status = true; return $this->alive; }