Actually fixing the code this time?
This commit is contained in:
parent
a51d195141
commit
fd98a9bfaa
@ -13,8 +13,6 @@ class Worker extends Base {
|
|||||||
* @return bool
|
* @return bool
|
||||||
**/
|
**/
|
||||||
public function updateWorkers($account_id, $data) {
|
public function updateWorkers($account_id, $data) {
|
||||||
$this->debug->append("STA " . __METHOD__, 4);
|
|
||||||
if (!public function updateWorkers($account_id, $data) {
|
|
||||||
$this->debug->append("STA " . __METHOD__, 4);
|
$this->debug->append("STA " . __METHOD__, 4);
|
||||||
if (!is_array($data)) {
|
if (!is_array($data)) {
|
||||||
$this->setErrorMessage('No workers to update');
|
$this->setErrorMessage('No workers to update');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user