Changeset 12831 for trunk/include/derivative.inc.php
- Timestamp:
- Jan 3, 2012, 9:21:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/derivative.inc.php
r12797 r12831 43 43 elseif (!empty($infos['representative_ext'])) 44 44 { 45 $pi = pathinfo($infos['path']); 46 $file_wo_ext = get_filename_wo_extension($pi['basename']); 47 $this->rel_path = $pi['dirname'].'/pwg_representative/' 48 .$file_wo_ext.'.'.$infos['representative_ext']; 45 $this->rel_path = original_to_representative($infos['path'], $infos['representative_ext']); 49 46 } 50 47 else
Note: See TracChangeset
for help on using the changeset viewer.