mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 00:02:18 +02:00
Merge branch '3.2.x'
This commit is contained in:
commit
e9ccc41336
@ -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