diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-10 15:03:42 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 01:16:55 +0200 |
commit | 76633544ee6084e61641ec423cd0480bb4b771c5 (patch) | |
tree | 607dd77cc0c201ef91c15b09d67d2dbb27caa1e7 /phpBB/phpbb | |
parent | fc4b1090cc9685efd0ac98bac9bff2582f0b6858 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/recaptcha.php | 2 |
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) |