Modification mineure: le sujet du mail doit être encodé car il peut contenir des espaces.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@993 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
6a7a654094
commit
98bd8ea9b3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ $template->assign_vars(
|
|||
'L_GEN_TIME' => $lang['generation_time'],
|
||||
'L_SQL_QUERIES_IN' => $lang['sql_queries_in'],
|
||||
'L_SEND_MAIL' => $lang['send_mail'],
|
||||
'L_TITLE_MAIL' => $lang['title_send_mail'],
|
||||
'L_TITLE_MAIL' => urlencode($lang['title_send_mail']),
|
||||
'L_POWERED_BY'=>$lang['powered_by']
|
||||
));
|
||||
//------------------------------------------------------------- generation time
|
||||
|
|
Loading…
Add table
Reference in a new issue