diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/install/install_update.php | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/install/install_update.php b/phpBB/install/install_update.php index 28777a8d24..7a423b622f 100644 --- a/phpBB/install/install_update.php +++ b/phpBB/install/install_update.php @@ -1063,6 +1063,14 @@ class install_update extends module  									$transfer->write_file($file_struct['filename'], $contents);  								}  							break; + +							case 'deleted': + +								if ($update_mode != 'download') +								{ +									$transfer->delete_file($file_struct['filename']); +								} +							break;  						}  					}  				}  | 
