memberful / memberful-wp

Better membership software for WordPress.
https://memberful.com
42 stars 15 forks source link

fix: Add check if there are no protected IDs #350

Open mae829 opened 1 year ago

mae829 commented 1 year ago

The SQL call change for comment feeds causes errors when there are no protected posts.

Adds a check before changing the WHERE SQL call to avoid the errors.