aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-10-18 18:17:28 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-10-18 18:17:28 +0200
commit3b593c5d522f8ac374ea443925ae8159782ff9dd (patch)
treedb7a3b03ae048dffc65ad66271ae963cf886aff8 /phpBB/phpbb
parent29908e54bcdf734150371fded932d04042580505 (diff)
downloadforums-3b593c5d522f8ac374ea443925ae8159782ff9dd.tar
forums-3b593c5d522f8ac374ea443925ae8159782ff9dd.tar.gz
forums-3b593c5d522f8ac374ea443925ae8159782ff9dd.tar.bz2
forums-3b593c5d522f8ac374ea443925ae8159782ff9dd.tar.xz
forums-3b593c5d522f8ac374ea443925ae8159782ff9dd.zip
[ticket/14039] Fix misunderstandable comment in the archive file updater
PHPBB3-14039
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/install/helper/file_updater/compression_file_updater.php4
1 files changed, 3 insertions, 1 deletions
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.
}
/**