mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
add auth_key in mail footer for pwg_mail_group
This commit is contained in:
@@ -555,7 +555,13 @@ SELECT
|
||||
}
|
||||
}
|
||||
|
||||
$return &= pwg_mail($u['email'], $args, $user_tpl);
|
||||
$user_args = $args;
|
||||
if ($authkey !== false)
|
||||
{
|
||||
$user_args['auth_key'] = $authkey['auth_key'];
|
||||
}
|
||||
|
||||
$return &= pwg_mail($u['email'], $user_args, $user_tpl);
|
||||
}
|
||||
|
||||
switch_lang_back();
|
||||
|
||||
Reference in New Issue
Block a user