Ticket #2573: 2573.patch

File 2573.patch, 1.1 KB (added by Frederico Caldeira Knabben, 16 years ago)
  • _whatsnew.html

     
    6262                        now are shown properly.</li>
    6363                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using the Paste
    6464                        dialogs in IE might insert the content at the start of the editor.</li>
     65                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2573">#2573</a>] The type
     66                        name in configurations for the ASP connector are now case sensitive.</li>
    6567        </ul>
    6668        <p>
    6769                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/filemanager/connectors/asp/io.asp

     
    151151Function IsAllowedType( resourceType )
    152152        Dim oRE
    153153        Set oRE = New RegExp
    154         oRE.IgnoreCase  = True
     154        oRE.IgnoreCase  = False
    155155        oRE.Global              = True
    156156        oRE.Pattern             = "^(" & ConfigAllowedTypes & ")$"
    157157
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy