mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +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()
|
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)
|
||||||
|
Reference in New Issue
Block a user