Correction of message to admins on user registration email send failure.
Testing Instructions:
Set dummy SMTP settings in Global Configuration.
Register a user, see "Warning!: An error was encountered while sending the registration email. A message has been sent to the administrator of this site." message.
There is no message in /administrator/index.php?option=com_messages
Apply patch.
Register user, see message in /administrator/index.php?option=com_messages
The messages are added. However, when "Notification mail to administrators" is set to Yes, still nothing is added (due to the return false in line 585). Probably should be changed to a break in this PR?
The messages are added. However, when "Notification mail to administrators" is set to Yes, still nothing is added (due to the return false in line 585). Probably should be changed to a break in this PR?
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9886.