Ignore:
Timestamp:
2012-07-12T16:01:11+12:00 (12 years ago)
Author:
ak19
Message:

Sam fixed an oversight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java

    r25915 r25938  
    9090
    9191            gsdl3_home = properties.getProperty("gsdl3.home");
    92             if ((gsdl3_home == null || gsdl3_home.length() > 0) && optionalGS3Home != null && optionalGS3Home.length() > 0)
     92            if ((gsdl3_home == null || gsdl3_home.length() == 0) && optionalGS3Home != null && optionalGS3Home.length() > 0)
    9393            {
    9494                gsdl3_home = optionalGS3Home;
Note: See TracChangeset for help on using the changeset viewer.