Ignore:
Timestamp:
2010-12-13T14:47:03+13:00 (13 years ago)
Author:
kjdon
Message:

pass in the section to set_Source_metadata as we may be processing a section image, not necessarily a top level image

File:
1 edited

Legend:

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

    r23352 r23460  
    228228    my $raw_filename_full_path = &unicode::url_decode($filename_encoded_full_path);
    229229    $self->set_Source_metadata($doc_obj,$raw_filename_full_path,
    230                    $filename_encoding);
     230                   $filename_encoding, $section);
    231231
    232232
Note: See TracChangeset for help on using the changeset viewer.