diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..849ddff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +dist/ diff --git a/update.php b/update.php index bcafd3f..0ff42e7 100644 --- a/update.php +++ b/update.php @@ -238,7 +238,7 @@ if (!empty($argv[1])) { // $data->extractTo($phpbb_root_path, 'phpBB3'); // does not work due to php bug: // https://bugs.php.net/bug.php?id=54289 - $data->extractTo($phpbb_root_path); + $data->extractTo($phpbb_root_path, null, true); $fromDir = $phpbb_root_path . 'phpBB3/'; $toDir = $phpbb_root_path; @@ -332,4 +332,4 @@ if (!empty($argv[1])) { // echo "php $argv[0] --reenable-styles", PHP_EOL; // really? exit(0); -} \ No newline at end of file +}