Ignore:
Timestamp:
2008-06-16T11:13:07+12:00 (16 years ago)
Author:
kjdon
Message:

changed the imagemagick check before calling generate images

File:
1 edited

Legend:

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

    r15877 r16010  
    9797    my $outhandle = $self->{'outhandle'};
    9898    my ($filename_full_path, $filename_no_path) = $self->get_full_filenames($base_dir, $file);
    99     if ($self->check_imagemagick()) {
     99    if ($self->{'image_conversion_available'} == 1) {
    100100    $self->generate_images($filename_full_path, $filename_no_path, $doc_obj, $doc_obj->get_top_section()); # should we check the return value?
    101101    } else {
Note: See TracChangeset for help on using the changeset viewer.