Actually fixing the code this time?

This commit is contained in:
xisi 2013-12-19 09:25:20 -05:00
parent a51d195141
commit fd98a9bfaa

View File

@ -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');