瀏覽代碼

Fix namespacing issue.

Daniele Alessandri 14 年之前
父節點
當前提交
923d998f35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -1025,7 +1025,7 @@ class MultiExecBlock {
         // Since a MULTI/EXEC block cannot be initialized over a clustered 
         // connection, we can safely assume that Predis\Client::getConnection() 
         // will always return an instance of Predis\Connection.
-        Utils::onCommunicationException(new MalformedServerResponse(
+        Shared\Utils::onCommunicationException(new MalformedServerResponse(
             $this->_redisClient->getConnection(), $message
         ));
     }