Ticket #2611: 2611.patch

File 2611.patch, 1.5 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • _whatsnew.html

     
    100100                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2469">#2469</a>] Fixed a minor
    101101                        issue where FCK.SetData() may cause the editor to become unresponsive to the first click
    102102                        after being defocused.</li>
     103                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2611">#2611</a>] Fixed an extra slash
     104                        on quickupload of the asp connector.</li>
    103105        </ul>
    104106        <p>
    105107                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/filemanager/connectors/asp/class_upload.asp

     
    350350Class NetRube_FileInfo
    351351        Dim FormName, ClientPath, Path, Name, Ext, Content, Size, MIME, Start
    352352End Class
    353 %>
     353%>
  • editor/filemanager/connectors/asp/io.asp

     
    2222%>
    2323<%
    2424function CombinePaths( sBasePath, sFolder)
     25        sFolder = replace(sFolder, "\", "/")
    2526        CombinePaths =  RemoveFromEnd( sBasePath, "/" ) & "/" & RemoveFromStart( sFolder, "/" )
    2627end function
    2728
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy