Ignore:
Timestamp:
2006-09-07T11:40:11+12:00 (18 years ago)
Author:
mdewsnip
Message:

Fixed null-pointer exceptions when creating a new collection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/greenstone/Plugins.java

    r12647 r12702  
    5353    static private String collection_name = null;
    5454    // A list of all the plugins in the loaded collection's "perllib/plugins" folder (arguments may not be loaded)
    55     static private ArrayList collection_specific_plugins_list = null;
     55    static private ArrayList collection_specific_plugins_list = new ArrayList();
    5656
    5757
Note: See TracChangeset for help on using the changeset viewer.