Changeset 1943

Show
Ignore:
Timestamp:
2008-04-23 09:38:02 (2 years ago)
Author:
w.olchawa
Message:

Fix for bug #2059 - fixed toolbar name in fckeditor.py

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/fckeditor.py

    r1565 r1943  
    6868                                        ) 
    6969                        if (self.ToolbarSet is not None): 
    70                                 Link += "&ToolBar=%s" % self.ToolbarSet 
     70                                Link += "&Toolbar=%s" % self.ToolbarSet 
    7171 
    7272                        # Render the linked hidden field 
  • FCKeditor/trunk/_whatsnew.html

    r1942 r1943  
    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>