mirror of
https://github.com/predis/predis.git
synced 2026-08-31 20:53:09 +00:00
Slight change, nothing serious here.
This commit is contained in:
@@ -72,7 +72,7 @@ class Client {
|
||||
$connection->setProtocolOption('throw_errors', $options->throw_errors);
|
||||
$this->pushInitCommands($connection);
|
||||
|
||||
$callback = $this->_options->on_connection_initialized;
|
||||
$callback = $options->on_connection_initialized;
|
||||
if (isset($callback)) {
|
||||
$callback($this, $connection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user