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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user