Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc7
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2009 at 19:48 UTC
Updated:
2 Mar 2009 at 17:40 UTC
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
Comment #1
wwalc commented