]> _ Git - cubist_pdf.git/commitdiff
wip #5524
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:23:35 +0000 (10:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Feb 2023 09:23:35 +0000 (10:23 +0100)
src/PDFTools.php

index bada303fabd757073915021c071b84cb50d6c07f..aa97a4bcfdb2678fc9b742d29a98db8aca0c1d0b 100644 (file)
@@ -40,7 +40,7 @@ class PDFTools
     public static function chmodExec($path)
     {
         if (is_file($path)) {
-            chmod($path, 0755);
+            @chmod($path, 0755);
         }
     }