2 more widgets without server-side class

This commit is contained in:
Ralf Becker 2013-11-08 09:31:08 +00:00
parent 574fccb9c9
commit beeecf46d0

View File

@ -304,7 +304,7 @@ class etemplate_widget
// Don't warn about these known missing ones // Don't warn about these known missing ones
if (!in_array($type, array( if (!in_array($type, array(
'styles', 'menulist', 'tabs', 'tab', 'tabpanels', 'html', 'styles', 'menulist', 'tabs', 'tab', 'tabpanels', 'html',
'split', 'iframe', 'toolbar', 'caption', 'split', 'iframe', 'toolbar', 'caption', 'progress', 'label',
))) )))
{ {
trigger_error("Could not find a class for $type, using $class_name", E_USER_NOTICE); trigger_error("Could not find a class for $type, using $class_name", E_USER_NOTICE);