Navigation Menu

Skip to content

Commit

Permalink
Update com_connect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bloatware committed Aug 1, 2021
1 parent 8d3d7c2 commit efe2953
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions com_connect.php
Expand Up @@ -1669,11 +1669,9 @@ function com_connect_group_validate()
*/
function com_connect_lAtts($pairs, $atts)
{
// Prevent these global attributes from interfering.
// Prevent global attributes from interfering.
// See https://github.com/textpattern/textpattern/pull/893
lAtts(array(
'label' => '',
), $atts, false);
lAtts($pairs, $atts, false);

foreach (array('button', 'copysender', 'checked', 'required', 'send_article', 'show_input', 'show_error') as $key) {
if (isset($atts[$key])) {
Expand Down

0 comments on commit efe2953

Please sign in to comment.