diff program/steps/mail/get.inc @ 27:c32b53434b47

more compensation for deprecated empty cases
author Charlie Root
date Sun, 18 Jan 2026 14:20:29 -0500
parents bea5a38be938
children
line wrap: on
line diff
--- a/program/steps/mail/get.inc	Sat Oct 18 12:24:31 2025 -0400
+++ b/program/steps/mail/get.inc	Sun Jan 18 14:20:29 2026 -0500
@@ -596,7 +596,7 @@
             $this->body(0, $fp);
             $this->body_file = $filename;
             fclose($fp);
-            @chmod(filename, 0600);
+            @chmod($filename, 0600);
 
             return true;
         }