Details
Description
To reproduce:
- Create a namesilo service
- Visit the settings tab and click to resend the verification email
- Receive error
To resolve, change components/modules/namesilo/namesilo.php around line 2566:
$registrant_verification['email'] = [$registrant_verification->email];
To
$registrant_verification['email'] = [$registrant_verification['email']];