mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Add curly braces
This commit is contained in:
@@ -190,8 +190,9 @@ class mail
|
||||
|
||||
$registry = registry::get_instance();
|
||||
|
||||
if ( ! isset($to['email']) || ! PHPMailer::ValidateAddress($to['email']))
|
||||
if ( ! isset($to['email']) || ! PHPMailer::ValidateAddress($to['email'])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$mail = new PHPMailer();
|
||||
|
||||
|
Reference in New Issue
Block a user