[FIX] Messed up getIdleWorkers name

This commit is contained in:
Sebastian Grewe 2013-10-22 20:29:27 +02:00
parent 35e7c04386
commit 813ad615d4

View File

@ -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