Changeset 22450


Ignore:
Timestamp:
2010-07-20T15:10:25+12:00 (14 years ago)
Author:
kjdon
Message:

missing argument to autorun_general_cmd. oh the trouble that caused, took me ages to track down the problem...

File:
1 edited

Legend:

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

    r21866 r22450  
    393393
    394394    my ($regenerated,$result,$had_error)
    395     = $self->autorun_general_cmd($convert_command,$target_file_path,$print_info);
     395    = $self->autorun_general_cmd($convert_command,$source_file_path,$target_file_path,$print_info);
    396396
    397397    return ($result,$target_file_path);
Note: See TracChangeset for help on using the changeset viewer.