Browse Source

removed call to nonexistsend property

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
6995e8ddd0
  1. 1
      framework/yii/redis/Connection.php

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

Loading…
Cancel
Save