Warning: The author of this contribution does not provide support for it anymore.

phpBB Digests

Bug in Digests 2.2.27 - phpBB Digests

Bug in Digests 2.2.27

by MarkDHamill » Wed Feb 24, 2016 12:31 am

Line 488 in mail_digests.php, version 2.2.27 is:

Code: Select all

   else if (($config['phpbbservices_digests_max_items'] != 0) && $config['phpbbservices_digests_max_items'] < $row['user_digest_max_posts'])


and should be:

Code: Select all

   else if (($config['digests_max_items'] != 0) && $config['digests_max_items'] < $row['user_digest_max_posts'])
Need phpBB services or a phpBB consultant? I offer most phpBB services. Getting lost managing phpBB? Buy my book, Mastering phpBB Administration. Covers through phpBB 3.3.7. eBook and paper versions available.
User avatar
MarkDHamill
Registered User
Posts: 4933
Joined: Fri Aug 02, 2002 12:36 am
Location: Florence, MA USA