Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptdtv8yr committed Jan 28, 2007
1 parent af7775a commit 7453d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/irc/lib/IRCConnection.class.php
Expand Up @@ -40,7 +40,7 @@ public function __construct ($parameters = array()) {
$this->serverPeer = new $parameters['classes.server_peer']($this);

$this->clientPeer = new $parameters['classes.client_peer']($this);
$this->clientPeer->set($self);
$this->clientPeer->set($this->self);

$this->parameters = $parameters;

Expand Down

0 comments on commit 7453d88

Please sign in to comment.