Alistair Wearring
Alistair Wearring
# Issue With the increasing number of pages being created using the [Publications module](https://github.com/localgovdrupal/localgov_publications) that will quite often have the same titles (eg "Introduction", "Summary", etc) the Admin->Content view is...
Changed `EmailSettingsController.php` to use intval() and floatval() when saving to database - changed `email_settings.php` to interpret integers instead of strings when displaying port options Fixes: https://github.com/lonnieezell/Bonfire2/issues/578
On `admin/settings/email` the port and timeout settings are saved into the database as strings instead of the following: - Port: integer - Timeout: float Attempting to send emails I get...