From 76633544ee6084e61641ec423cd0480bb4b771c5 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 15:03:42 +0200 Subject: [PATCH] [ticket/11854] Change the error message in reCaptcha PHPBB3-11854 --- phpBB/phpbb/captcha/plugins/recaptcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/captcha/plugins/recaptcha.php b/phpBB/phpbb/captcha/plugins/recaptcha.php index ca131ba8a0..efa93ab72a 100644 --- a/phpBB/phpbb/captcha/plugins/recaptcha.php +++ b/phpBB/phpbb/captcha/plugins/recaptcha.php @@ -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)