Changeset 45

Show
Ignore:
Timestamp:
03/10/06 10:38:17 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

fixing ticket:#19

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsolait/lib/xmlrpc.js

    r22 r45  
    530530                }catch(e){ 
    531531                } 
    532                 if(respDoc == null){ 
     532                if((respDoc == null) || (respDoc.documentElement == null)){ 
    533533                    if(respTxt == null || respTxt == ""){ 
    534534                        throw new mod.MalformedXmlRpc("The server responded with an empty document.", "");