Skip to content
Snippets Groups Projects
Commit ca82770c authored by runemaster's avatar runemaster
Browse files

Fixed typo.

parent 53dbc397
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ else {
}
template.idx=msgbase.get_msg_index(false,m);
if(sub=='mail' && tempalte.idx.to!=user.number)
if(sub=='mail' && template.idx.to!=user.number)
error("You can only read e-mail messages addressed to yourself!");
template.hdr=msgbase.get_msg_header(false,m);
template.body=msgbase.get_msg_body(false,m,true,true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment