mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-23 09:00:48 +01:00
[ticket/14894] Use correct config name for conflicts archive extension
PHPBB3-14894
This commit is contained in:
parent
54751991ad
commit
37a3bd131b
@ -92,7 +92,7 @@ class show_file_status extends task_base
|
||||
// Create archive for merge conflicts
|
||||
if (!empty($merge_conflicts))
|
||||
{
|
||||
$compression_method = $this->installer_config->get('compression_method', '');
|
||||
$compression_method = $this->installer_config->get('file_update_compression', '');
|
||||
$conflict_archive = $this->file_updater->init($compression_method);
|
||||
$this->installer_config->set('update_file_conflict_archive', $conflict_archive);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user