浏览代码

Fixed a small oversight

Daniele Alessandri 15 年之前
父节点
当前提交
2265755cc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Predis.php

+ 1 - 1
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;