aboutsummaryrefslogtreecommitdiffstats
path: root/i.php
diff options
context:
space:
mode:
Diffstat (limited to 'i.php')
-rw-r--r--i.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/i.php b/i.php
index ae85251bf..7a74fcb88 100644
--- a/i.php
+++ b/i.php
@@ -623,6 +623,7 @@ if ($d_size[0]*$d_size[1] < 256000)
$image->set_compression_quality( ImageStdParams::$quality );
$image->write( $page['derivative_path'] );
$image->destroy();
+@chmod($page['derivative_path'], 0644);
$timing['save'] = time_step($step);
send_derivative($expires);