Skip to content
Snippets Groups Projects
Commit 4f848cfd authored by rswindell's avatar rswindell
Browse files

Fixed typo in last commit pointed out by KenDB3.

parent 35f04060
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ if(user.security.restrictions&UFLAG_G) {
location=console.getstr(LEN_LOCATION,K_UPRLWR);
if(!location || !location.length)
continue;
if(bbs.trashcan("location", email)) {
if(bbs.trashcan("location", location)) {
bbs.hangup();
exit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment