- Issue created by @jmester13
On load of Mass contact we were getting an error.
Error: Call to undefined method Drupal\Component\Utility\Bytes::toInt() in Drupal\mass_contact\Form\MassContactForm->form() (line 308 of /mnt/www/html/THEME/docroot/modules/contrib/mass_contact/src/Form/MassContactForm.php).
Line 308 contains
'file_validate_size' => [Bytes::toInt($this->config->get('max_filesize'))],
Tried to send email
Update toInt to toNumber
Active
1.0
Code