Commit 6995e8dd by Carsten Brandt

removed call to nonexistsend property

parent 4459cb4f
...@@ -276,7 +276,6 @@ class Connection extends Component ...@@ -276,7 +276,6 @@ class Connection extends Component
$this->executeCommand('QUIT'); $this->executeCommand('QUIT');
stream_socket_shutdown($this->_socket, STREAM_SHUT_RDWR); stream_socket_shutdown($this->_socket, STREAM_SHUT_RDWR);
$this->_socket = null; $this->_socket = null;
$this->_transaction = null;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment