Skip to content

Commit

Permalink
update to two double $ signs
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewoo committed Jun 14, 2024
1 parent 27efc66 commit f386c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/com_groups/site/controllers/groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ public function saveTask()
// Protection from data breach, list of users are sent bcc
$message->setSubject($subject)
->addFrom($from['email'], $from['name'])
->setTo($$from['email'])
->setTo($from['email'])
->setBcc($emailadmin)
->addHeader('X-Mailer', 'PHP/' . phpversion())
->addHeader('X-Component', 'com_groups')
Expand Down

0 comments on commit f386c1a

Please sign in to comment.