@@ -65,7 +65,7 @@ |
||
| 65 | 65 | public function save($job) { |
| 66 | 66 | if (!$job->getId()) { |
| 67 | 67 | $job->setId($this->uniqeId); |
| 68 | - $this->jobs[$job->getWorkerName()][$this->uniqeId] = $job; |
|
| 68 | + $this->jobs[$job->getWorkerName()][$this->uniqeId] = $job; |
|
| 69 | 69 | if ($this->enableSorting) { |
| 70 | 70 | uasort($this->jobs[$job->getWorkerName()], array($this, 'compareJobPriority')); |
| 71 | 71 | } |