mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17414] Remove install steps for captcha plugins
This should be handled by migrations instead. PHPBB-17414
This commit is contained in:
@@ -184,11 +184,6 @@ class recaptcha extends captcha_abstract
|
||||
$this->garbage_collect(0);
|
||||
}
|
||||
|
||||
function install()
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
function validate()
|
||||
{
|
||||
if (!parent::validate())
|
||||
|
Reference in New Issue
Block a user