aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/recaptcha.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-10 15:10:14 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-11 01:16:58 +0200
commitfa2ac1f27126292a24aa33136b2d3a7f1832ea47 (patch)
tree2a40bf7908771f6d889718753c25f5b39c252873 /phpBB/phpbb/captcha/plugins/recaptcha.php
parent76633544ee6084e61641ec423cd0480bb4b771c5 (diff)
downloadforums-fa2ac1f27126292a24aa33136b2d3a7f1832ea47.tar
forums-fa2ac1f27126292a24aa33136b2d3a7f1832ea47.tar.gz
forums-fa2ac1f27126292a24aa33136b2d3a7f1832ea47.tar.bz2
forums-fa2ac1f27126292a24aa33136b2d3a7f1832ea47.tar.xz
forums-fa2ac1f27126292a24aa33136b2d3a7f1832ea47.zip
[ticket/11854] Use a set_name method instead of overriding get_service_name
PHPBB3-11854
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/recaptcha.php')
-rw-r--r--phpBB/phpbb/captcha/plugins/recaptcha.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/captcha/plugins/recaptcha.php b/phpBB/phpbb/captcha/plugins/recaptcha.php
index efa93ab72a..928694f6ca 100644
--- a/phpBB/phpbb/captcha/plugins/recaptcha.php
+++ b/phpBB/phpbb/captcha/plugins/recaptcha.php
@@ -64,14 +64,6 @@ class recaptcha extends \phpbb\captcha\plugins\captcha_abstract
}
/**
- * @return string the name of the service corresponding to the plugin
- */
- function get_service_name()
- {
- return 'core.captcha.plugins.recaptcha';
- }
-
- /**
* This function is implemented because required by the upper class, but is never used for reCaptcha.
*/
function get_generator_class()