From: Vincent Vanwaelscappel Date: Wed, 23 Nov 2022 13:56:08 +0000 (+0100) Subject: wip #5603 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6e5805930a5eea67d44919bb7250917afab06d68;p=cubist_util.git wip #5603 --- diff --git a/src/Files/Files.php b/src/Files/Files.php index 03f066f..a011080 100644 --- a/src/Files/Files.php +++ b/src/Files/Files.php @@ -169,7 +169,6 @@ class Files } copy($from, $to); - if ($touch) { @touch($to, $frommtime); }