Closed (fixed)
Project:
CKEditor Styles (for WYSIWYG)
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2012 at 09:36 UTC
Updated:
15 Dec 2012 at 12:10 UTC
I get the following error notice listed several times when I go to create a style rule:
Notice: Undefined index: wysiwyg_contributor in _ckeditor_styleset_options() (line 88 of /home/xxxxxxx/public_html/sites/all/modules/ckeditor_styles/plugins/export_ui/ckeditor_style_rules.inc).
Anyone know a fix?
Comments
Comment #1
derhasi commentedFor some reason, there is no filter format named "wysiwyg_contributor", although it is assigned to the given WYSIWYG Profile.
Id added an additional method to check if the format is given in the last commit.
The warning should be fixed so far.