mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11854] Update the default captcha choosen during the installation
PHPBB3-11854
This commit is contained in:
parent
bd09356c30
commit
850b7dbf07
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ class install_install extends module
|
|||
if (@extension_loaded('gd'))
|
||||
{
|
||||
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
||||
SET config_value = 'phpbb_captcha_gd'
|
||||
SET config_value = 'core.captcha.plugins.gd'
|
||||
WHERE config_name = 'captcha_plugin'";
|
||||
|
||||
$sql_ary[] = 'UPDATE ' . $data['table_prefix'] . "config
|
||||
|
|
Loading…
Add table
Reference in a new issue