status check bugfix
Peter Molnar hello@petermolnar.eu
Mon, 25 Mar 2013 12:38:25 +0000
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc-backend.php
→
wp-ffpc-backend.php
@@ -216,7 +216,8 @@ if ( ! $this->is_alive() )
return false; $internal = $this->proxy ( 'status' ); - return $this->status; + $this->$internal(); + return $this->status; } /**