[ticket/11854] Change the error message in reCaptcha

PHPBB3-11854
This commit is contained in:
Tristan Darricau 2014-08-10 15:03:42 +02:00
parent fc4b1090cc
commit 76633544ee

View file

@ -76,7 +76,7 @@ class recaptcha extends \phpbb\captcha\plugins\captcha_abstract
*/ */
function get_generator_class() function get_generator_class()
{ {
throw new \Exception('Go out devil!'); throw new \Exception('No generator class given.');
} }
function acp_page($id, &$module) function acp_page($id, &$module)