1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/17414] Remove install steps for captcha plugins

This should be handled by migrations instead.

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-05 17:06:10 +02:00
parent 89bb72c277
commit 8429145241
6 changed files with 54 additions and 37 deletions

View File

@@ -331,13 +331,6 @@ class qa
$this->garbage_collect(0);
}
/**
* API function - set up shop
*/
function install()
{
}
/**
* API function - see what has to be done to validate
*/
@@ -597,11 +590,6 @@ class qa
$user->add_lang('acp/board');
$user->add_lang('captcha_qa');
if (!self::is_installed())
{
$this->install();
}
$module->tpl_name = 'captcha_qa_acp';
$module->page_title = 'ACP_VC_SETTINGS';
$form_key = 'acp_captcha';