From: Luke Fitzgerald Date: Wed, 16 Jun 2010 00:43:55 +0000 (+0100) Subject: $killsession parameter not needed - we'll kill the session later anyway X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=62a7f102757d51eab83134621763deeb313847ce;p=quix0rs-gnu-social.git $killsession parameter not needed - we'll kill the session later anyway --- diff --git a/plugins/Msn/extlib/phpmsnclass/msn.class.php b/plugins/Msn/extlib/phpmsnclass/msn.class.php index 5c1a83940b..74a7e3eec1 100644 --- a/plugins/Msn/extlib/phpmsnclass/msn.class.php +++ b/plugins/Msn/extlib/phpmsnclass/msn.class.php @@ -1432,7 +1432,7 @@ class MSN { * @param boolean $killsession Whether to delete the session * @return void */ - private function endSBSession($socket, $killsession = false) { + private function endSBSession($socket) { if (!self::socketcheck($socket)) { $this->sb_writeln($socket, $fake = 0, 'OUT'); }