Skip to content
Snippets Groups Projects
Commit 3afefbb5 authored by rswindell's avatar rswindell
Browse files

This appears to fix the "posting e-mail" bug in Deuce's HTML thing. Apparently,

it wasn't tested very well (at all?). :-(
parent d7bfd4ed
No related branches found
No related tags found
No related merge requests found
load("html_inc/msgslib.ssjs");
template.group=msg_area.grp_list[msg_area.sub[sub].grp_name];
if(sub=='mail') {
template.sub=new Object;
template.sub.description="Personal E-Mail";
......@@ -9,6 +7,7 @@ if(sub=='mail') {
}
else {
template.sub=msg_area.sub[sub];
template.group=msg_area.grp_list[msg_area.sub[sub].grp_name];
}
if(sub!='mail') {
......
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