status check bugfix

This commit is contained in:
Peter Molnar 2013-03-25 12:38:25 +00:00
parent 660cf5fa94
commit 8e0da37242

View file

@ -216,7 +216,8 @@ if (!class_exists('WP_FFPC_Backend')) {
return false;
$internal = $this->proxy ( 'status' );
return $this->status;
$this->$internal();
return $this->status;
}
/**