mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11854] Change the error message in reCaptcha
PHPBB3-11854
This commit is contained in:
parent
fc4b1090cc
commit
76633544ee
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue