diff options
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ $stmt->store_result(); if ($stmt->num_rows == 1) { $stmt->bind_result($handle); + $stmt->fetch(); $stmt->close(); $client = new GearmanClient(); $client->addServer(); |