Fixed Resend account confirmation does not work if no captcha is being used

Kirby

Well-known member
Affected version
2.0 DP10
resend-account-confirmation.webp

Clicking Resend email anyway generates an Exception:
An exception occurred: [Error] Call to a member function isValid() on boolean in <path>/src/XF/ControllerPlugin/EmailConfirmation.php on line 3
 
This is fixed now, thanks. I've made some changes to our CAPTCHA process which should generally prevent display and validation issues when there was no CAPTCHA enabled.
 
Top Bottom