drewkeller / redmine_digest

A plugin for the Redmine issue tracking system which emails a digest of the project's activity to its members.
Other
29 stars 17 forks source link

Fixed disable sending to all users by default #18

Closed majmcdonald closed 12 years ago

majmcdonald commented 12 years ago

This patch fixes issue #14. When "Default setting for users" was not checked, there was no value in the database. The default was set to true in the code, so the digest would go to all users anyway. This now changes the default to false when the value is not found in the database.