瀏覽代碼

Updated get to fetch

Replaced get for fetch method. Get... does not exist!
Marc 11 年之前
父節點
當前提交
706321ab4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Service/GearmanCacheWrapper.php

+ 1 - 1
Service/GearmanCacheWrapper.php

@@ -147,7 +147,7 @@ class GearmanCacheWrapper
     {
     {
         if ($this->cache->contains($this->cacheId)) {
         if ($this->cache->contains($this->cacheId)) {
 
 
-            $this->workerCollection = $this->cache->get($this->cacheId);
+            $this->workerCollection = $this->cache->fetch($this->cacheId);
 
 
         } else {
         } else {