From: joshuaruesweg Date: Wed, 10 Mar 2021 14:32:22 +0000 (+0100) Subject: Remove `touch` call X-Git-Tag: 5.4.0_Alpha_1~146^2~11 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c49f3f99366995f0eb7361638199497d50416a77;p=GitHub%2FWoltLab%2FWCF.git Remove `touch` call --- diff --git a/wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php b/wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php index 7102a9e7d4..376ff17b8e 100644 --- a/wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php +++ b/wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php @@ -207,8 +207,6 @@ final class UnfurlUrlBackgroundJob extends AbstractBackgroundJob \file_put_contents($fileLocation, $image); - @\touch($fileLocation); - return $imageHash; }