From 2265755cc424f72b2ce5c8f71d6898eccde1fbf3 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Wed, 11 Nov 2009 00:24:41 +0100 Subject: [PATCH] Fixed a small oversight --- lib/Predis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Predis.php b/lib/Predis.php index fe2d1fc8..4f69070a 100644 --- a/lib/Predis.php +++ b/lib/Predis.php @@ -608,7 +608,7 @@ class Connection implements IConnection { const CONNECTION_TIMEOUT = 2; const READ_WRITE_TIMEOUT = 5; - private $_params, $_socket; + private $_params, $_socket, $_initCmds; public function __construct(ConnectionParameters $parameters) { $this->_params = $parameters;