diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-03 20:21:13 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-03 20:21:13 +0000 |
commit | d0b5df605c98e4c6985d825ab7110d2e3e9cb072 (patch) | |
tree | c2679a774a87e8daa6cb36bcd927eb0e8269e5f3 /include/derivative.inc.php | |
parent | 6c3ff240cba49ff9a8868b13d93b8c8110204217 (diff) |
feature 2548 multisize
- rewrote local site sync + metadata sync
git-svn-id: http://piwigo.org/svn/trunk@12831 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/derivative.inc.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/derivative.inc.php b/include/derivative.inc.php index c22e27573..282b500ec 100644 --- a/include/derivative.inc.php +++ b/include/derivative.inc.php @@ -42,10 +42,7 @@ final class SrcImage } elseif (!empty($infos['representative_ext'])) { - $pi = pathinfo($infos['path']); - $file_wo_ext = get_filename_wo_extension($pi['basename']); - $this->rel_path = $pi['dirname'].'/pwg_representative/' - .$file_wo_ext.'.'.$infos['representative_ext']; + $this->rel_path = original_to_representative($infos['path'], $infos['representative_ext']); } else { |