MDL-29402 QandA forum questions should be emailed

This commit is contained in:
Charles Fulton
2012-02-14 05:59:40 -08:00
parent ea75a579d1
commit 8cd38f2535
+2 -1
View File
@@ -523,7 +523,8 @@ function forum_cron() {
}
// Don't send email if the forum is Q&A and the user has not posted
if ($forum->type == 'qanda' && !forum_get_user_posted_time($discussion->id, $userto->id)) {
// Initial topics are still mailed
if ($forum->type == 'qanda' && !forum_get_user_posted_time($discussion->id, $userto->id) && $pid != $discussion->firstpost) {
mtrace('Did not email '.$userto->id.' because user has not posted in discussion');
continue;
}