From 6995e8ddd034a58bdb7215199b7530a0dce3c494 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Fri, 22 Nov 2013 19:02:27 +0100 Subject: [PATCH] removed call to nonexistsend property --- framework/yii/redis/Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/yii/redis/Connection.php b/framework/yii/redis/Connection.php index 66df71d..371b8bc 100644 --- a/framework/yii/redis/Connection.php +++ b/framework/yii/redis/Connection.php @@ -276,7 +276,6 @@ class Connection extends Component $this->executeCommand('QUIT'); stream_socket_shutdown($this->_socket, STREAM_SHUT_RDWR); $this->_socket = null; - $this->_transaction = null; } }