Closed (outdated)
Project:
TinyMCE
Version:
6.x-1.1-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2008 at 21:35 UTC
Updated:
14 Jan 2021 at 19:50 UTC
Jump to comment: Most recent
I suspect this is a bug:
I got error "Undefined index: button in .... /sites/all/modules/tinymce/tinymce.module on line 444."
I found that line 444 did indeed refer to $metadata[$name]['button'], $plugin[$k]);
whereas elsewhere in the code the index was 'buttons'
Easy to fix ...
Comments
Comment #1
mupsi