diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-04-14 04:52:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-04-14 04:52:20 +0000 |
commit | 1b54eb8e9ca1d5ac7d2fc28b37c39bf369bd0729 (patch) | |
tree | 2c61d1f9b020f2e7db58ed20a28dcce648cba570 /admin | |
parent | 10bf036231fb219ecb4cc8b6121cfec196da7eef (diff) |
bug 2615 php notice in calendar amd web service
multisize improve handling of cases where the original is smaller than a requested derivative, but rotation/watermarking is required
git-svn-id: http://piwigo.org/svn/trunk@14143 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/batch_manager_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index ed27c4817..99641ce6f 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -734,7 +734,7 @@ if (count($page['cat_elements_id']) > 0) $query = ' -SELECT id,path,representative_ext,file,filesize,level,name +SELECT id,path,representative_ext,file,filesize,level,name,width,height,rotation FROM '.IMAGES_TABLE; if ($is_category) |