all repos — wp-ffpc @ 8e0da372422dfd935c966620a19270e4fa1c983d

status check bugfix
Peter Molnar hello@petermolnar.eu
Mon, 25 Mar 2013 12:38:25 +0000
commit

8e0da372422dfd935c966620a19270e4fa1c983d

parent

660cf5fa94013041e489d161dcf8a5e9616df7db

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M wp-ffpc-backend.phpwp-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; } /**