Ignore:
Timestamp:
2018-08-15T20:35:21+12:00 (6 years ago)
Author:
ak19
Message:
  1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes with Ubuntu 18.04, see Kathy's commit message at http://trac.greenstone.org/changeset/32129 2. AutoLoadConverters info message commented out as it ends up breaking XML output and then GLI can't parse this and won't load.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm

    r32131 r32341  
    197197   
    198198    # check to see we haven't got a cyclic path...
    199     if ($dirname =~ m%(/.*){41}%) {
     199    if ($dirname =~ m%(/.*)\{41}%) {
    200200    print $outhandle "DirectoryPlugin: $dirname is 40 directories deep, is this a recursive path? if not increase constant in DirectoryPlugin.pm.\n";
    201201    return 0;
Note: See TracChangeset for help on using the changeset viewer.