status check bugfix
This commit is contained in:
parent
660cf5fa94
commit
8e0da37242
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ if (!class_exists('WP_FFPC_Backend')) {
|
|||
return false;
|
||||
|
||||
$internal = $this->proxy ( 'status' );
|
||||
return $this->status;
|
||||
$this->$internal();
|
||||
return $this->status;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue