Skip to content
Snippets Groups Projects
Commit 8d2b81bb authored by rswindell's avatar rswindell
Browse files

Bugfix: use msg_area.grp[], not msg_area.grp_list[].

parent 8eec9b67
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if(sub=='mail') {
}
else {
template.sub=msg_area.sub[sub];
template.group=msg_area.grp_list[msg_area.sub[sub].grp_name];
template.group=msg_area.grp[msg_area.sub[sub].grp_name];
if(msg_area.sub[sub].settings&SUB_AONLY)
template.anonnote=anon_only_message;
else if(msg_area.sub[sub].settings&SUB_ANON)
......
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