mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-14 15:28:52 +00:00
[ticket/14039] Fix misunderstandable comment in the archive file updater
PHPBB3-14039
This commit is contained in:
parent
29908e54bc
commit
3b593c5d52
1 changed files with 3 additions and 1 deletions
|
@ -94,7 +94,9 @@ class compression_file_updater implements file_updater_interface
|
||||||
*/
|
*/
|
||||||
public function delete_file($path_to_file)
|
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.
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue