all repos — wp-ffpc @ 42792e9b8a3d076196a8b1e8bbebfca546831093

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

42792e9b8a3d076196a8b1e8bbebfca546831093

parent

b92a80d7557594cad5151f92fb9f7a6dd10051a0

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

jump to
M wp-ffpc-backend.phpwp-ffpc-backend.php

@@ -338,6 +338,7 @@ * @return boolean Aliveness status

* */ private function apc_status () { + $this->status = true; return $this->alive; }