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

Fix sub has no properties issue with mail sub.

parent b9bb7a31
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ if(msg.attachments!=undefined) {
}
if(template.hdr != null) {
if(Themes[CurrTheme].do_forumlook==true)
if(Themes[CurrTheme].do_forumlook==true && sub!='mail')
template.title="Reading Messages in "+msg_area.grp[msg_area.sub[sub].grp_name];
else
template.title="Message: "+template.hdr.subject;
......
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