From: Luke Fitzgerald Date: Mon, 9 Aug 2010 16:26:31 +0000 (-0700) Subject: Small reordering of code (cosmetic) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=322e7c4e9fe6f5e53623776c850ecfe61b5a3182;p=quix0rs-gnu-social.git Small reordering of code (cosmetic) --- diff --git a/plugins/Irc/ircmanager.php b/plugins/Irc/ircmanager.php index 7acb85468f..96c019b7fc 100644 --- a/plugins/Irc/ircmanager.php +++ b/plugins/Irc/ircmanager.php @@ -148,8 +148,8 @@ class IrcManager extends ImManager { ); $this->conn->setConfig($config); - $this->lastPing = time(); $this->conn->connect(); + $this->lastPing = time(); } return $this->conn; }