Ticket #2059: 2059.patch

File 2059.patch, 1.1 KB (added by w.olchawa, 23 months ago)

Patch proposal

  • _whatsnew.html

     
    5353                        in the Find/Replace dialog.</li> 
    5454                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP file brower: fixed 
    5555                        issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 
     56                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2059</a>] Fixed the error in the 
     57                        toolbar name in fckeditor.py.</li> 
    5658        </ul> 
    5759        <h3> 
    5860                Version 2.6</h3> 
  • fckeditor.py

     
    6767                                        self.InstanceName 
    6868                                        ) 
    6969                        if (self.ToolbarSet is not None): 
    70                                 Link += "&amp;ToolBar=%s" % self.ToolbarSet 
     70                                Link += "&amp;Toolbar=%s" % self.ToolbarSet 
    7171 
    7272                        # Render the linked hidden field 
    7373                        Html += "<input type=\"hidden\" id=\"%s\" name=\"%s\" value=\"%s\" style=\"display:none\" />" % (