Ignore:
Timestamp:
2008-08-21T18:27:17+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/UnknownPlugin.pm

    r16953 r16961  
    139139
    140140    # The assocfilename is the url-encoded version of the utf8 filename
    141     my $assoc_file = $doc_object->get_assocfile_from_sourcefile();
     141    my $assoc_file = $self->{'doc_object'}->get_assocfile_from_sourcefile();
    142142
    143143    $doc_obj->associate_file($filename_full_path, $assoc_file, $mime_type, $section);
Note: See TracChangeset for help on using the changeset viewer.