Ignore:
Timestamp:
2009-05-29T12:37:08+12:00 (15 years ago)
Author:
ak19
Message:

Not working. Changes made for collectiongroup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/glicolgroup/src/org/greenstone/gatherer/metadata/MetadataXMLFileManager.java

    r17612 r19668  
    369369        // Upload the files modified since last time, then reset the list
    370370        Gatherer.remoteGreenstoneServer.uploadCollectionFiles(
    371                   CollectionManager.getLoadedCollectionName(), (File[]) modified_metadata_xml_files.toArray(new File[0]));
     371                  CollectionManager.getLoadedGroupQualifiedCollectionName(true), (File[]) modified_metadata_xml_files.toArray(new File[0]));
    372372        modified_metadata_xml_files.clear();
    373373    }
Note: See TracChangeset for help on using the changeset viewer.