forked from extern/egroupware
added a couple more widgets not having an own server-side class
This commit is contained in:
parent
a2faa9bd00
commit
f41480a3f6
@ -302,7 +302,7 @@ class etemplate_widget
|
|||||||
// Fall back to widget class, we can not ignore it, as the widget may contain other widgets
|
// Fall back to widget class, we can not ignore it, as the widget may contain other widgets
|
||||||
$class_name = 'etemplate_widget';
|
$class_name = 'etemplate_widget';
|
||||||
// Don't warn about these known missing ones
|
// Don't warn about these known missing ones
|
||||||
if (!in_array($type, array('styles','menulist','tabs','tab','tabpanels','html')))
|
if (!in_array($type, array('styles','menulist','tabs','tab','tabpanels','html','split','iframe','toolbar')))
|
||||||
{
|
{
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user