[FIX] Messed up getIdleWorkers name
This commit is contained in:
parent
35e7c04386
commit
813ad615d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user