[FIX] Messed up getIdleWorkers name
This commit is contained in:
parent
35e7c04386
commit
813ad615d4
@ -71,7 +71,7 @@ class Worker {
|
|||||||
* @param none
|
* @param none
|
||||||
* @return data array Workers in IDLE state and monitoring enabled
|
* @return data array Workers in IDLE state and monitoring enabled
|
||||||
**/
|
**/
|
||||||
public function eetAllIdleWorkers() {
|
public function getAllIdleWorkers() {
|
||||||
$this->debug->append("STA " . __METHOD__, 4);
|
$this->debug->append("STA " . __METHOD__, 4);
|
||||||
$stmt = $this->mysqli->prepare("
|
$stmt = $this->mysqli->prepare("
|
||||||
SELECT account_id, id, username
|
SELECT account_id, id, username
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user