Ticket #576 (closed Bug: invalid)
_FileBrowserLanguage -- custom configuration file override value not working
| Reported by: | davidmcl | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.3 |
| Keywords: | Cc: |
Description
_FileBrowserLanguage -- custom configuration file override value not working.
var _FileBrowserLanguage = 'asp' ; === is in fckconfig.js
var _FileBrowserLanguage = 'aspx' ; === is in fckcustom.js
Still tries to execute original configuration file value, 'asp'
-- all other config override file values are working properly (_QuickUploadLanguage, toolbars, etc.)
Work-around: simply put the 'aspx' value into the original config file and it works fine.
Change History
Note: See
TracTickets for help on using
tickets.