- πΊπΈUnited States bluegeek9
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.
The current implementation of email_registration_form_user_admin_settings_alter
uses an additional submit handler in order to set the module specific settings variables. However, as user_admin_settings
calls system_settings_form
, these variables will also be set by system_settings_form_submit
. Hence, the additional submit handler is not needed and can be removed. Patch enclosed.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is End of Life. We recommend upgrading to a supported version of Drupal.