Remove `touch` call
authorjoshuaruesweg <ruesweg@woltlab.com>
Wed, 10 Mar 2021 14:32:22 +0000 (15:32 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 16 Mar 2021 15:19:15 +0000 (16:19 +0100)
wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php

index 7102a9e7d44b5de49729536b5f40ef2e8af91b48..376ff17b8e0d2746fe436fbac39fa711764a9818 100644 (file)
@@ -207,8 +207,6 @@ final class UnfurlUrlBackgroundJob extends AbstractBackgroundJob
 
         \file_put_contents($fileLocation, $image);
 
-        @\touch($fileLocation);
-
         return $imageHash;
     }