diff --git a/public/include/classes/worker.class.php b/public/include/classes/worker.class.php index eaabdd21..66a14365 100644 --- a/public/include/classes/worker.class.php +++ b/public/include/classes/worker.class.php @@ -13,8 +13,6 @@ 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');