1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/14039] Fix folder creation and deleted binary file issue

PHPBB3-14039
This commit is contained in:
Mate Bartus
2015-10-18 23:11:20 +02:00
parent 4b447c71de
commit 2f8ef80d92
2 changed files with 8 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ class file_check extends task_base
$update_info = $this->installer_config->get('update_info_unprocessed', array());
$file_update_info = array();
$file_update_info['update_without_diff'] = $update_info['binary'];
$file_update_info['update_without_diff'] = array_diff($update_info['binary'], $update_info['deleted']);
// Filter out files that are already deleted
$file_update_info['delete'] = array_filter(