Ignore:
Timestamp:
2009-01-16T18:23:59+13:00 (15 years ago)
Author:
ak19
Message:
  1. BasePlugin's file_rename_method option changed from inherited to none; 2. unicode::filename_to_url subroutine no longer takes rename_method as a parameter (back to how it was before).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ImageConverter.pm

    r18403 r18404  
    188188    # The images that will get generated may contain percent signs in their src filenames
    189189    # Encode those percent signs themselves so that urls to the imgs refer to them correctly
    190     my $url_to_filehead = &unicode::filename_to_url($filehead, $self->{'file_rename_method'});
    191     my $url_to_filename_no_path = &unicode::filename_to_url($filename_no_path, $self->{'file_rename_method'});
     190    my $url_to_filehead = &unicode::filename_to_url($filehead);
     191    my $url_to_filename_no_path = &unicode::filename_to_url($filename_no_path);
    192192   
    193193    # Convert the image to a new type (if required).
Note: See TracChangeset for help on using the changeset viewer.