[feature/dic] Generate full cache driver class name on fresh install

PHPBB3-10739
This commit is contained in:
Igor Wiedler 2012-07-26 16:58:18 +02:00
parent 5a548fa344
commit a9c10a480c

View file

@ -540,7 +540,7 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
'dbuser' => $data['dbuser'],
'dbpasswd' => htmlspecialchars_decode($data['dbpasswd']),
'table_prefix' => $data['table_prefix'],
'acm_type' => 'file',
'acm_type' => 'phpbb_cache_driver_file',
'load_extensions' => $load_extensions,
);