aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-10 15:03:42 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-11 01:16:55 +0200
commit76633544ee6084e61641ec423cd0480bb4b771c5 (patch)
tree607dd77cc0c201ef91c15b09d67d2dbb27caa1e7 /phpBB/phpbb/captcha
parentfc4b1090cc9685efd0ac98bac9bff2582f0b6858 (diff)
downloadforums-76633544ee6084e61641ec423cd0480bb4b771c5.tar
forums-76633544ee6084e61641ec423cd0480bb4b771c5.tar.gz
forums-76633544ee6084e61641ec423cd0480bb4b771c5.tar.bz2
forums-76633544ee6084e61641ec423cd0480bb4b771c5.tar.xz
forums-76633544ee6084e61641ec423cd0480bb4b771c5.zip
[ticket/11854] Change the error message in reCaptcha
PHPBB3-11854
Diffstat (limited to 'phpBB/phpbb/captcha')
-rw-r--r--phpBB/phpbb/captcha/plugins/recaptcha.php2
1 files changed, 1 insertions, 1 deletions
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)