Ignore:
Timestamp:
2018-08-14T17:06:35+12:00 (6 years ago)
Author:
ak19
Message:

Correcting errors introduced in the last minute before commits.

File:
1 edited

Legend:

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

    r32335 r32336  
    192192            //context path
    193193            contextSpecifier = properties.getProperty("tomcat.context");
    194             if (contextPath == null || contextPath.equals("") || contextPath.equals("/"))
     194            if (contextSpecifier == null || contextSpecifier.equals("") || contextSpecifier.equals("/"))
    195195            {
    196196                contextSpecifier = "";
Note: See TracChangeset for help on using the changeset viewer.