Skip to content

Commit

Permalink
Merge pull request #5033 from Jimmi08/patch-10
Browse files Browse the repository at this point in the history
Fixes #4517 UEF settings in plugin.xml - fix for parms
  • Loading branch information
CaMer0n authored Jul 10, 2023
2 parents 1ee2e9f + 43f0e1b commit 2e81e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_handlers/plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ private function manage_extended_field($action, $field_name, $field_attrib, $fie
}

// manage params
$field_attrib['parms'] = '';
$field_attrib['parms'] = varset($field_attrib['parms'], '');

// validation and parms
$include = varset($field_attrib['include_text']);
Expand Down

0 comments on commit 2e81e37

Please sign in to comment.