Posted by BerkeleyJon on February 13, 2009 at 7:48pm
3 followers
Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.3-rc7 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
On admin/settings/fckeditor/editg (Edit Global Profile), if I make a mistake entering data in the "Force simplified toolbar on the following fields" field ('simple_incl_fields'), it gives me an error message, but highlights the wrong field.
To fix, in fckeditor.module, change line 500 from:
$errors['excl_fields'] = t("Invalid field specified: %1", array("%1" => $field));
to:
$errors['simple_incl_fields'] = t("Invalid field specified: %1", array("%1" => $field));
Comments
#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.