From f41480a3f62674bd4950153755a18d10a285f199 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 4 Nov 2013 19:33:57 +0000 Subject: [PATCH] added a couple more widgets not having an own server-side class --- etemplate/inc/class.etemplate_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.etemplate_widget.inc.php b/etemplate/inc/class.etemplate_widget.inc.php index aa326741e4..eb83ba4c98 100644 --- a/etemplate/inc/class.etemplate_widget.inc.php +++ b/etemplate/inc/class.etemplate_widget.inc.php @@ -302,7 +302,7 @@ class etemplate_widget // Fall back to widget class, we can not ignore it, as the widget may contain other widgets $class_name = 'etemplate_widget'; // 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); }