forked from GNUsocial/gnu-social
$killsession parameter not needed - we'll kill the session later anyway
This commit is contained in:
parent
956b24f05d
commit
62a7f10275
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user