mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
Deactivate auto-rotation for thumbnail creation.
git-svn-id: http://piwigo.org/svn/trunk@12258 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
71aeadaaaf
commit
aeae5476e1
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ SELECT
|
|||
$conf['upload_form_thumb_maxwidth'],
|
||||
$conf['upload_form_thumb_maxheight'],
|
||||
$conf['upload_form_thumb_quality'],
|
||||
$conf['upload_form_automatic_rotation'],
|
||||
false,
|
||||
true
|
||||
);
|
||||
$img->destroy();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue