Slight change, nothing serious here.

This commit is contained in:
Daniele Alessandri
2011-03-07 11:12:20 +01:00
parent 995de40734
commit 14d4492ad6
+1 -1
View File
@@ -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);
}