From fa2ac1f27126292a24aa33136b2d3a7f1832ea47 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 15:10:14 +0200 Subject: [ticket/11854] Use a set_name method instead of overriding get_service_name PHPBB3-11854 --- phpBB/phpbb/captcha/plugins/gd_wave.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/captcha/plugins/gd_wave.php') 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 @@ -25,14 +25,6 @@ class gd_wave extends captcha_abstract return 'CAPTCHA_GD_3D'; } - /** - * @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 */ -- cgit v1.2.1