Changeset 13974


Ignore:
Timestamp:
2007-03-13T13:21:47+13:00 (17 years ago)
Author:
shaoqun
Message:

added a guard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/GeneralAction.java

    r13960 r13974  
    8383        return result_response;
    8484        }
    85        
    86         // else append the contents of the response to the page
    87         GSXML.copyAllChildren(page_response, result_response);
     85        if (result_response != null){
     86        // else append the contents of the response to the page
     87        GSXML.copyAllChildren(page_response, result_response);
     88        }
    8889    }
    8990   
Note: See TracChangeset for help on using the changeset viewer.