mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Removed useless "Subject:" from email templates (#993)
* Removed useless "Subject:" from email templates * Updated * Updated
This commit is contained in:
parent
cfd64c8442
commit
3f835e30e6
17 changed files with 14 additions and 41 deletions
|
@ -60,7 +60,6 @@ if ($row = DB()->fetch_row($sql)) {
|
|||
|
||||
$emailer->set_template('profile_send_email', $user_lang);
|
||||
$emailer->assign_vars([
|
||||
'SITENAME' => $bb_cfg['sitename'],
|
||||
'FROM_USERNAME' => $userdata['username'],
|
||||
'TO_USERNAME' => $username,
|
||||
'MESSAGE' => $message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue