From beeecf46d079df8c30b4ccce9ddd66fcfe9f8b0d Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 8 Nov 2013 09:31:08 +0000 Subject: [PATCH] 2 more widgets without 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 0f8ec76d38..08321a843c 100644 --- a/etemplate/inc/class.etemplate_widget.inc.php +++ b/etemplate/inc/class.etemplate_widget.inc.php @@ -304,7 +304,7 @@ class etemplate_widget // Don't warn about these known missing ones if (!in_array($type, array( '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);