From: Vincent Vanwaelscappel Date: Wed, 22 Feb 2023 09:23:35 +0000 (+0100) Subject: wip #5524 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f3a898ec9e9e677c94f05e2fc3bb399f89748abe;p=cubist_pdf.git wip #5524 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index bada303..aa97a4b 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -40,7 +40,7 @@ class PDFTools public static function chmodExec($path) { if (is_file($path)) { - chmod($path, 0755); + @chmod($path, 0755); } }