diff options
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/install_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 7a423b622f..82ca0fc18d 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -1068,7 +1068,7 @@ class install_update extends module if ($update_mode != 'download') { - $transfer->delete_file($file_struct['filename']); + $transfer->rename($file_struct['filename'], $file_struct['filename'] . '.bak'); } break; } |