Changeset 16960 for gsdl/trunk/perllib


Ignore:
Timestamp:
2008-08-21T18:26:39+12:00 (16 years ago)
Author:
ak19
Message:

Fixed a bug introduced in last commit

File:
1 edited

Legend:

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

    r16957 r16960  
    134134
    135135    # Add the actual file as an associated file
    136     $assoc_file = $doc_obj->add_assocfile_from_sourcefile();
     136    my $assoc_file = $doc_obj->add_assocfile_from_sourcefile();
    137137    $doc_obj->associate_file($filename_full_path, $assoc_file, "VORBIS", $top_section);
    138138
Note: See TracChangeset for help on using the changeset viewer.