status check bugfix
Peter Molnar hello@petermolnar.eu
Mon, 25 Mar 2013 12:41:16 +0000
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
wp-ffpc-backend.php
→
wp-ffpc-backend.php
@@ -338,6 +338,7 @@ * @return boolean Aliveness status
* */ private function apc_status () { + $this->status = true; return $this->alive; }