Changeset 28257 for main


Ignore:
Timestamp:
2013-09-11T17:29:37+12:00 (11 years ago)
Author:
sjm84
Message:

Don't call this if name is null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java

    r28256 r28257  
    11031103        }
    11041104       
     1105        Document finalDoc = null;
    11051106        if(name != null)
    11061107        {
    1107             Document finalDoc = GSXSLT.mergedXSLTDocumentCascade(name, (String) this.config_params.get(GSConstants.SITE_NAME), collection, (String) this.config_params.get(GSConstants.INTERFACE_NAME), base_interfaces, _debug);
     1108            finalDoc = GSXSLT.mergedXSLTDocumentCascade(name, (String) this.config_params.get(GSConstants.SITE_NAME), collection, (String) this.config_params.get(GSConstants.INTERFACE_NAME), base_interfaces, _debug);
    11081109        }
    11091110        return finalDoc;
Note: See TracChangeset for help on using the changeset viewer.