Ignore:
Timestamp:
2010-12-14T11:16:19+13:00 (13 years ago)
Author:
ak19
Message:

Erroneous forth argument (a filename) left over from an earlier time, was now being picked up as the *new* 4th parameter (which should have been a $section). Now fixed.

File:
1 edited

Legend:

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

    r23465 r23472  
    10591059    my $plugin_filename_encoding = $self->{'filename_encoding'};
    10601060    my $filename_encoding = $self->deduce_filename_encoding($file,$metadata,$plugin_filename_encoding);
    1061     $self->set_Source_metadata($doc_obj,$filename_full_path,$filename_encoding,$filename_full_path);
     1061    $self->set_Source_metadata($doc_obj,$filename_full_path,$filename_encoding,$top_section);
    10621062
    10631063    # plugin specific stuff - what args do we need here??
Note: See TracChangeset for help on using the changeset viewer.