From 65fb91502bbeb0faba36b6791089261459115584 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Mar 2013 11:31:56 +0100 Subject: [PATCH] email_bug_info_to_one_user() is not using email_build_subject() function --- core/email_api.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/email_api.php b/core/email_api.php index 92d23f3..0c3ac15 100644 --- a/core/email_api.php +++ b/core/email_api.php @@ -1200,7 +1200,7 @@ function email_bug_info_to_one_user( $p_visible_bug_data, $p_message_id, $p_proj } # build subject - $t_subject = '[' . $p_visible_bug_data['email_project'] . ' ' . bug_format_id( $p_visible_bug_data['email_bug'] ) . ']: ' . $p_visible_bug_data['email_summary']; + $t_subject = email_build_subject($p_visible_bug_data['email_bug']); # build message -- 1.7.2.5