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/HTMLPlugin.pm

    r18401 r18404  
    11491149    # of filenames, URL-encode the additional percent signs of the URL-encoded filename
    11501150    my $newname_url = $newname;
    1151     $newname_url = &unicode::filename_to_url($newname_url, $self->{'file_rename_method'});
     1151    $newname_url = &unicode::filename_to_url($newname_url);
    11521152    return "_httpdocimg_/$newname_url";
    11531153    }
Note: See TracChangeset for help on using the changeset viewer.