Daniele Alessandri пре 15 година
родитељ
комит
011d544d06
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {