diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-10 09:08:56 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-10-10 09:08:56 -0500 |
| commit | b992686fe080e1ca39dacd108b5eb416cebad493 (patch) | |
| tree | 93e486f23d80de21b7e0f3dafc1ba2d7a6f01ea9 | |
| parent | e1ed30a40886a26ec1291ebefad9f959766d485b (diff) | |
| download | forums-b992686fe080e1ca39dacd108b5eb416cebad493.tar forums-b992686fe080e1ca39dacd108b5eb416cebad493.tar.gz forums-b992686fe080e1ca39dacd108b5eb416cebad493.tar.bz2 forums-b992686fe080e1ca39dacd108b5eb416cebad493.tar.xz forums-b992686fe080e1ca39dacd108b5eb416cebad493.zip | |
[ticket/11898] Correct adm_relative_path created by installer
PHPBB3-11898
| -rw-r--r-- | phpBB/includes/functions_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php index bfd669fdfa..1be6e49471 100644 --- a/phpBB/includes/functions_install.php +++ b/phpBB/includes/functions_install.php @@ -505,7 +505,7 @@ function phpbb_create_config_file_data($data, $dbms, $debug = false, $debug_test 'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']), 'table_prefix' => $data['table_prefix'], - 'adm_relative_path' => 'adm/', + 'phpbb_adm_relative_path' => 'adm/', 'acm_type' => 'phpbb\cache\driver\file', ); |
