mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Resolved Issue ID 0000442:
o customize mail content is not used (only default value) Merge BSF r1407:1408 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1409 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user