소스 검색

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;