diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-08-30 19:20:50 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-08-30 19:20:50 +0000 |
commit | a2f73718d9588a2b6185e73aa683cecd9f990363 (patch) | |
tree | e73c443a871d1ddadfa767b60d3d8221e5f93fa8 /i.php | |
parent | 2c24b0b38ae678a0269b308ddf03ab1bc85630d2 (diff) |
bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors merge from trunk to branch 2.4
git-svn-id: http://piwigo.org/svn/branches/2.4@17676 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'i.php')
-rw-r--r-- | i.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |