1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11854] Use a set_name method instead of overriding get_service_name

PHPBB3-11854
This commit is contained in:
Tristan Darricau
2014-08-10 15:10:14 +02:00
parent 76633544ee
commit fa2ac1f271
6 changed files with 46 additions and 27 deletions

View File

@@ -30,14 +30,6 @@ class gd extends captcha_abstract
return @extension_loaded('gd');
}
/**
* @return string the name of the service corresponding to the plugin
*/
function get_service_name()
{
return 'core.captcha.plugins.gd';
}
/**
* @return string the name of the class used to generate the captcha
*/