From 813ad615d409b72888535804a2a19cc61670a083 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 22 Oct 2013 20:29:27 +0200 Subject: [PATCH] [FIX] Messed up getIdleWorkers name --- public/include/classes/worker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/classes/worker.class.php b/public/include/classes/worker.class.php index c562e4aa..889c8fa1 100644 --- a/public/include/classes/worker.class.php +++ b/public/include/classes/worker.class.php @@ -71,7 +71,7 @@ class Worker { * @param none * @return data array Workers in IDLE state and monitoring enabled **/ - public function eetAllIdleWorkers() { + public function getAllIdleWorkers() { $this->debug->append("STA " . __METHOD__, 4); $stmt = $this->mysqli->prepare(" SELECT account_id, id, username