Support Forum

Subscription plugin: topic title instead of forum title appears in digest

NM Natalya Murphy
Natalya Murphy
Member

When the daily digest goes out, the correct forum name is not getting sent.  Instead, the topic title is getting sent as the forum name.

Here’s the fix:

File: …subscriptions/library/sp-subscriptions-digest.php

Line 77:

current code:  $users[$id][$digest->topic_id][‘forum’] = $digest->topic_name;

corrected code: $users[$id][$digest->topic_id][‘forum’] = $digest->forum_name;

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

ouch. nice catch… will get it fixed up in the next version. thanks!