diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-08-30 19:20:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-08-30 19:20:00 +0000 |
commit | c918bb9209202bf9c7172890db626f07381346ac (patch) | |
tree | 5a5e6141716c401c5e0f9330989763f6587ee5b3 /i.php | |
parent | d9854148a5100e2a1056441057deac40cbd67379 (diff) |
bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors
git-svn-id: http://piwigo.org/svn/trunk@17675 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); |