Changeset 2896


Ignore:
Timestamp:
2001-12-13T15:25:43+13:00 (22 years ago)
Author:
sjboddie
Message:

Fixed a small bug in the way XMLPlug was implemented - previously it was
impossible to use more than one XMLPlug derived plugin at a time

File:
1 edited

Legend:

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

    r2890 r2896  
    5858
    5959sub read {
    60     my $self = shift (@_); 
     60    # this must be global!
     61    $self = shift (@_); 
    6162 
    6263    my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs) = @_;
Note: See TracChangeset for help on using the changeset viewer.