Fixed a small oversight.

This commit is contained in:
Daniele Alessandri
2010-03-09 12:44:37 +01:00
parent 8a79343f12
commit 011d544d06
+1 -1
View File
@@ -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() {