diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-10 15:10:14 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-11 01:16:58 +0200 |
commit | fa2ac1f27126292a24aa33136b2d3a7f1832ea47 (patch) | |
tree | 2a40bf7908771f6d889718753c25f5b39c252873 /phpBB/phpbb/captcha/plugins/gd_wave.php | |
parent | 76633544ee6084e61641ec423cd0480bb4b771c5 (diff) | |
download | forums-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/gd_wave.php')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/gd_wave.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/captcha/plugins/gd_wave.php b/phpBB/phpbb/captcha/plugins/gd_wave.php index 2d38ef08dd..e1d44df778 100644 --- a/phpBB/phpbb/captcha/plugins/gd_wave.php +++ b/phpBB/phpbb/captcha/plugins/gd_wave.php @@ -26,14 +26,6 @@ class gd_wave extends captcha_abstract } /** - * @return string the name of the service corresponding to the plugin - */ - function get_service_name() - { - return 'core.captcha.plugins.gd_wave'; - } - - /** * @return string the name of the class used to generate the captcha */ function get_generator_class() |