Resolved Issue ID 0000442:
o customize mail content is not used (only default value) git-svn-id: http://piwigo.org/svn/trunk@1408 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
cbd52c6dd2
commit
98f8edab44
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
|
|||
|
||||
$is_action_send = ($action == 'send');
|
||||
|
||||
if (isset($customize_mail_content))
|
||||
if (!isset($customize_mail_content))
|
||||
{
|
||||
$customize_mail_content = $conf['nbm_complementary_mail_content'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue