Skip to content
Snippets Groups Projects
Commit 62ebeb0a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use msg_area....sub[].posts for actual number of posted messages

This excludes votes and polls automatically.
parent 5aea36d4
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ for(s in msg_area.grp[grp].sub_list) {
msgs--;
}
msgbase.close();
thissub.messages=msgs;
thissub.messages=thissub.posts;
thissub.lastmsg=lastdate;
}
template.subs.push(thissub);
......
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