From 3b593c5d522f8ac374ea443925ae8159782ff9dd Mon Sep 17 00:00:00 2001 From: Mate Bartus Date: Sun, 18 Oct 2015 18:17:28 +0200 Subject: [PATCH] [ticket/14039] Fix misunderstandable comment in the archive file updater PHPBB3-14039 --- .../install/helper/file_updater/compression_file_updater.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/phpbb/install/helper/file_updater/compression_file_updater.php b/phpBB/phpbb/install/helper/file_updater/compression_file_updater.php index a6eca36653..ede992fb6e 100644 --- a/phpBB/phpbb/install/helper/file_updater/compression_file_updater.php +++ b/phpBB/phpbb/install/helper/file_updater/compression_file_updater.php @@ -94,7 +94,9 @@ class compression_file_updater implements file_updater_interface */ public function delete_file($path_to_file) { - // We do absolutely nothing here + // We do absolutely nothing here, as this function is called when a file should be + // removed from the filesystem, but since this is an archive generator, it clearly + // cannot do that. } /**