diff --git a/public/include/classes/worker.class.php b/public/include/classes/worker.class.php index 66a14365..eaabdd21 100644 --- a/public/include/classes/worker.class.php +++ b/public/include/classes/worker.class.php @@ -13,6 +13,8 @@ class Worker extends Base { * @return bool **/ 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); if (!is_array($data)) { $this->setErrorMessage('No workers to update');