Changeset 22267 for main


Ignore:
Timestamp:
2010-06-15T14:40:59+12:00 (14 years ago)
Author:
kjdon
Message:

fixed a mistake in a method name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/OggVorbisPlugin.pm

    r21764 r22267  
    146146
    147147    # Add the actual file as an associated file
    148     my $assoc_file = $doc_obj->add_assocfile_from_sourcefile();
     148    my $assoc_file = $doc_obj->get_assocfile_from_sourcefile();
    149149    $doc_obj->associate_file($filename_full_path, $assoc_file, "VORBIS", $top_section);
    150150
Note: See TracChangeset for help on using the changeset viewer.