aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install_install.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-09 18:17:22 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-11 01:16:28 +0200
commit850b7dbf07fb1888b41d39698499a80b2b39cc79 (patch)
tree9f345dfc4dc8bd6bb492780e19f2952295ef62ac /phpBB/install/install_install.php
parentbd09356c30fd3c6019a2ae403dbda600db598865 (diff)
downloadforums-850b7dbf07fb1888b41d39698499a80b2b39cc79.tar
forums-850b7dbf07fb1888b41d39698499a80b2b39cc79.tar.gz
forums-850b7dbf07fb1888b41d39698499a80b2b39cc79.tar.bz2
forums-850b7dbf07fb1888b41d39698499a80b2b39cc79.tar.xz
forums-850b7dbf07fb1888b41d39698499a80b2b39cc79.zip
[ticket/11854] Update the default captcha choosen during the installation
PHPBB3-11854
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r--phpBB/install/install_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index b82df84a00..20b211dde9 100644
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -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