fixed typo
This commit is contained in:
parent
b03d18c2f6
commit
f83b2c6086
2 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ sub delete {
|
|||
$authMethod->deleteParams($class->{_userId});
|
||||
my $sth = WebGUI::SQL->read("select sessionId from userSession where userId=$class->{_userId}");
|
||||
while (my ($sid) = $sth->array) {
|
||||
WebGUI::Sesssion::end($sid);
|
||||
WebGUI::Session::end($sid);
|
||||
}
|
||||
$sth->finish;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue