Ignore:
Timestamp:
2002-02-20T16:36:58+13:00 (22 years ago)
Author:
jrm21
Message:

Use self->converted_to instead of convert_to, in case the file could not be
converted to the format we asked for (eg HTML), but was converted to another
format (eg TEXT).

File:
1 edited

Legend:

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

    r2785 r2979  
    4242
    4343    my $outhandle = $self->{'outhandle'};
    44     print $outhandle "RTFPlug: passing $_[3] on to $self->{'convert_to'}Plug\n"
     44    print $outhandle "RTFPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    4545    if $self->{'verbosity'} > 1;
    4646
Note: See TracChangeset for help on using the changeset viewer.