Ignore:
Timestamp:
2008-08-21T16:37:47+12:00 (16 years ago)
Author:
ak19
Message:

Associated file names are url-encoded

File:
1 edited

Legend:

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

    r16921 r16957  
    134134
    135135    # Add the actual file as an associated file
    136     $doc_obj->associate_file($filename_full_path, $filename_no_path, "VORBIS", $top_section);
     136    $assoc_file = $doc_obj->add_assocfile_from_sourcefile();
     137    $doc_obj->associate_file($filename_full_path, $assoc_file, "VORBIS", $top_section);
    137138
    138139}
Note: See TracChangeset for help on using the changeset viewer.