Ignore:
Timestamp:
2010-08-24T20:47:17+12:00 (14 years ago)
Author:
ak19
Message:

Corrected error in previous accidental commit: To tell the local library server to release a collection, need to pass a URL style slash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r22771 r22772  
    410410       
    411411    // If we're using the Local Library we must release the collection before writing to the collect.cfg file
    412     String collection_name = CollectionManager.getLoadedCollectionName (false); // url style slash
     412    String collection_name = CollectionManager.getLoadedCollectionName (true); // url style slash
    413413    boolean collection_released = false;
    414414    if (Gatherer.c_man.built () && LocalLibraryServer.isRunning () == true) {
Note: See TracChangeset for help on using the changeset viewer.