From 43f0e1bcf1f60fc2e1d91bae0736a503b939de85 Mon Sep 17 00:00:00 2001 From: Jimako Date: Sun, 2 Jul 2023 17:59:57 +0200 Subject: [PATCH] Fix #4517 UEF settings in plugin.xml - fix for parms --- e107_handlers/plugin_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index adf1d6a56..45b92b063 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -2156,7 +2156,7 @@ class e107plugin } // manage params - $field_attrib['parms'] = ''; + $field_attrib['parms'] = varset($field_attrib['parms'], ''); // validation and parms $include = varset($field_attrib['include_text']);