sjinks / roundcube_recaptcha

Adds reCAPTCHA to the RoundCube login form
MIT License
7 stars 6 forks source link

Minor issues #1

Closed cwispy closed 6 years ago

cwispy commented 6 years ago

Hi,

Two small errors in the file.

Line 16 -public function template_object_loginform(array $loginform) : array +public function template_object_loginform(array $loginform)

Line 20 -$theme = $rcmail->config->get('recaptcha_theme') ?? 'dark'; +$theme = $rcmail->config->get('recaptcha_theme');