diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 08:04:14 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 08:04:14 +0200 |
commit | 756aa68b34e8584c7e010b2295ff63e485be1907 (patch) | |
tree | e04ace805ffdb4414c2105c86e52e2ad5349f181 /phpBB/phpbb/captcha/plugins/nogd.php | |
parent | 4683864b4bb710a32a6a9078bfa2c7d929c3f1a1 (diff) | |
download | forums-756aa68b34e8584c7e010b2295ff63e485be1907.tar forums-756aa68b34e8584c7e010b2295ff63e485be1907.tar.gz forums-756aa68b34e8584c7e010b2295ff63e485be1907.tar.bz2 forums-756aa68b34e8584c7e010b2295ff63e485be1907.tar.xz forums-756aa68b34e8584c7e010b2295ff63e485be1907.zip |
[ticket/11854] Don't override get service name in nogd
PHPBB3-11854
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/nogd.php')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/nogd.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/captcha/plugins/nogd.php b/phpBB/phpbb/captcha/plugins/nogd.php index dbf0664a62..6845e5935c 100644 --- a/phpBB/phpbb/captcha/plugins/nogd.php +++ b/phpBB/phpbb/captcha/plugins/nogd.php @@ -26,14 +26,6 @@ class nogd extends captcha_abstract } /** - * @return string the name of the service corresponding to the plugin - */ - function get_service_name() - { - return 'core.captcha.plugins.nogd'; - } - - /** * @return string the name of the class used to generate the captcha */ function get_generator_class() |