aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'status.php')
-rw-r--r--status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/status.php b/status.php
index 2a49fd8..f7b33e5 100644
--- a/status.php
+++ b/status.php
@@ -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();