Ticket #1426: 1426_2.patch

File 1426_2.patch, 575 bytes (added by Martin Kou, 16 years 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 ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy