mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/dic] Generate full cache driver class name on fresh install
PHPBB3-10739
This commit is contained in:
parent
5a548fa344
commit
a9c10a480c
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
|
||||||
'dbuser' => $data['dbuser'],
|
'dbuser' => $data['dbuser'],
|
||||||
'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']),
|
'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']),
|
||||||
'table_prefix' => $data['table_prefix'],
|
'table_prefix' => $data['table_prefix'],
|
||||||
'acm_type' => 'file',
|
'acm_type' => 'phpbb_cache_driver_file',
|
||||||
'load_extensions' => $load_extensions,
|
'load_extensions' => $load_extensions,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue