From c49f3f99366995f0eb7361638199497d50416a77 Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Wed, 10 Mar 2021 15:32:22 +0100 Subject: [PATCH] Remove `touch` call --- .../lib/system/background/job/UnfurlUrlBackgroundJob.class.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.20.1