Ignore:
Timestamp:
2000-08-09T09:51:23+12:00 (24 years ago)
Author:
paynter
Message:

Fixed bug that gave gsdlsourcedocument metadata relative path instead
of absolute, and then didn't test if it existed, causing NULL hash values.

File:
1 edited

Legend:

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

    r1360 r1379  
    192192   
    193193    # create a new document
    194     my $doc_obj = new doc ($file, "indexed_doc");
     194    my $doc_obj = new doc ($filename, "indexed_doc");
    195195   
    196196    # read in file ($text will be in utf8)
Note: See TracChangeset for help on using the changeset viewer.