Ignore:
Timestamp:
2012-01-31T14:54:55+13:00 (12 years ago)
Author:
sjm84
Message:

Fixing Mat to work with the new UserContext construct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/src/src/org/greenstone/mat/servlet/MetadataStats.java

    r22203 r25025  
    3030import org.greenstone.gsdl3.util.XMLConverter;
    3131import org.greenstone.gsdl3.util.GSPath;
     32import org.greenstone.gsdl3.util.UserContext;
    3233
    3334import org.w3c.dom.Document;
     
    205206   
    206207        Node request = GSXML.createBasicRequest(
    207                                this.doc, GSXML.REQUEST_TYPE_PROCESS,collection+"/DocumentMetadataRetrieve","en", "");
     208                               this.doc, GSXML.REQUEST_TYPE_PROCESS,collection+"/DocumentMetadataRetrieve", new UserContext());
    208209       
    209210        Node param_list = this.doc.createElement(
Note: See TracChangeset for help on using the changeset viewer.