]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Small reordering of code (cosmetic)
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Mon, 9 Aug 2010 16:26:31 +0000 (09:26 -0700)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Mon, 9 Aug 2010 16:26:31 +0000 (09:26 -0700)
plugins/Irc/ircmanager.php

index 7acb85468f7f1df0d220a9f0e9adf64d4dcda286..96c019b7fc0400718e43e3664fafa8d5761d1dd7 100644 (file)
@@ -148,8 +148,8 @@ class IrcManager extends ImManager {
             );
 
             $this->conn->setConfig($config);
-            $this->lastPing = time();
             $this->conn->connect();
+            $this->lastPing = time();
         }
         return $this->conn;
     }