diff --git a/wp-ffpc-backend.php b/wp-ffpc-backend.php index dc3e684..f28371e 100644 --- a/wp-ffpc-backend.php +++ b/wp-ffpc-backend.php @@ -216,7 +216,8 @@ if (!class_exists('WP_FFPC_Backend')) { return false; $internal = $this->proxy ( 'status' ); - return $this->status; + $this->$internal(); + return $this->status; } /**