Changeset 9046


Ignore:
Timestamp:
2005-02-15T16:51:00+13:00 (19 years ago)
Author:
kjdon
Message:

added an empty block exp so that we don't block images - any cases where this doesn't work???

File:
1 edited

Legend:

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

    r8893 r9046  
    139139 
    140140    return bless $self, $class;
     141}
     142
     143# we don't need to block anything, so override the one for HTMLPlug
     144# files are converted in a temp dir and extra files not passed down the
     145# plugin list
     146sub get_default_block_exp {
     147    my $self = shift (@_);
     148
     149    return "";
    141150}
    142151
Note: See TracChangeset for help on using the changeset viewer.