Ticket #1426: 1426_2.patch

File 1426_2.patch, 0.6 kB (added by martinkou, 6 months ago)
  • editor/_source/classes/fckxml_ie.js

     
    4646 
    4747                        // #1426: Fallback if responseXML isn't set for some 
    4848                        // reason (e.g. improperly configured web server) 
    49                         if ( !this.DOMDocument ) 
     49                        if ( !this.DOMDocument || this.DOMDocument.firstChild == null ) 
    5050                        { 
    5151                                this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ; 
    5252                                this.DOMDocument.async = false ;