diff options
Diffstat (limited to 'phpBB/phpbb/captcha')
-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) |