menatwork-ia / registration_info_mailer

Contao Extension :: Mailer for registration and activation of frontend member
https://packagist.org/packages/menatwork/registration_info_mailer
1 stars 2 forks source link

tl_module.php uses 'tl_style' instead of 'tl_class' #2

Closed fritzmg closed 6 years ago

fritzmg commented 10 years ago

A minor error, tl_module.php #29 + #37.

 'eval' => array('submitOnChange'=>true, 'tl_style'=>'clr')

should probably be

 'eval' => array('submitOnChange'=>true, 'tl_class'=>'clr')

instead.