Closed cwispy closed 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');
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');