From fd98a9bfaa95adce3ed941994b3100a919feee9c Mon Sep 17 00:00:00 2001 From: xisi Date: Thu, 19 Dec 2013 09:25:20 -0500 Subject: [PATCH] Actually fixing the code this time? --- public/include/classes/worker.class.php | 2 -- 1 file changed, 2 deletions(-) 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');