diff options
author | rub <rub@piwigo.org> | 2006-06-27 20:39:15 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-06-27 20:39:15 +0000 |
commit | 98f8edab443d020b2bd1559a52128b36ab16a1c4 (patch) | |
tree | f2f12badf2716178d171ae28b8a978a88d0d073a /admin | |
parent | cbd52c6dd20efc8bba66c628dcaea7fcc5711b79 (diff) |
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
Diffstat (limited to 'admin')
-rw-r--r-- | admin/notification_by_mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php index e2b3cfe69..dbb3a80a6 100644 --- a/admin/notification_by_mail.php +++ b/admin/notification_by_mail.php @@ -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']; } |