Changeset 21974


Ignore:
Timestamp:
2010-04-28T11:52:01+12:00 (14 years ago)
Author:
sjm84
Message:

MetadataStats now uses the correct [GREENSTONE HOME]/ext/mat directory rather than [GREENSTONE HOME]/web/mat

File:
1 edited

Legend:

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

    r21927 r21974  
    9696        pw = out;
    9797
    98         destination = globalProperty.getGSDL3Home()+fileSeparator+"mat"+fileSeparator+collection+fileSeparator;
    99         HTMLDirectory = destination;
     98    destination = globalProperty.getGSDL3Home() + fileSeparator + ".." + fileSeparator + "ext" + fileSeparator + "mat" + fileSeparator + "web" + fileSeparator + collection + fileSeparator;
     99    HTMLDirectory = destination;
    100100        StatsDirectory = HTMLDirectory+"metadataStats"+fileSeparator;
    101101
Note: See TracChangeset for help on using the changeset viewer.