1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 16:11:21 +02:00

[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()
{
throw new \Exception('Go out devil!');
throw new \Exception('No generator class given.');
}
function acp_page($id, &$module)