Changeset 16077 for branches/2.4/admin/include
- Timestamp:
- Jun 27, 2012, 6:20:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/admin/include/image.class.php
r15583 r16077 623 623 624 624 $dest = pathinfo($destination_filepath); 625 $exec .= ' "'.realpath($dest['dirname']).'/'.$dest['basename'].'" ';625 $exec .= ' "'.realpath($dest['dirname']).'/'.$dest['basename'].'" 2>&1'; 626 626 @exec($exec, $returnarray); 627 627 … … 630 630 { 631 631 ilog('ERROR', $returnarray); 632 foreach($returnarray as $line) 633 trigger_error($line, E_USER_WARNING); 632 634 } 633 635 return is_array($returnarray);
Note: See TracChangeset
for help on using the changeset viewer.