Explorar o código

Fixed a small oversight.

Daniele Alessandri %!s(int64=15) %!d(string=hai) anos
pai
achega
011d544d06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -14,7 +14,7 @@ class Client {
     public function __construct($parameters = null, RedisServerProfile $serverProfile = null) {
         $this->_responseReader = new ResponseReader();
         $this->setProfile($serverProfile ?: RedisServerProfile::getDefault());
-        $this->setupConnection($parameters, $this->_responseReader);
+        $this->setupConnection($parameters);
     }
 
     public function __destruct() {