View Issue Details

IDProjectCategoryView StatusLast Update
0005126mantisbtemailpublic2005-04-25 07:47
Reporterastax Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.0a2 
Summary0005126: Email notification about resolved related issue contains duplicated title
Description

The RELATED issue %s has been RESOLVED.The RELATED issue 0001139 has been
RESOLVED.
======================================================================
http://**********/view.php?id=1142
======================================================================
Reported By: ****
Assigned To:
======================================================================
Project: **
Issue ID: 1142

CVS version

TagsNo tags attached.
Attached Files
email_bug.patch (640 bytes)   
Index: email_api.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/core/email_api.php,v
retrieving revision 1.112
diff -U3 -r1.112 email_api.php
--- email_api.php	6 Apr 2005 01:24:21 -0000	1.112
+++ email_api.php	6 Apr 2005 09:00:25 -0000
@@ -851,7 +851,7 @@
 		$t_message = lang_get_defaulted( $p_message_id, null );
 
 		if ( is_array( $p_header_optional_params ) ) {
-			$t_message .= vsprintf( $t_message, $p_header_optional_params );
+			$t_message = vsprintf( $t_message, $p_header_optional_params );
 		}
 
 		if ( ( $t_message !== null ) && ( !is_blank( $t_message ) ) ) {
email_bug.patch (640 bytes)   

Activities

astax

astax

2005-02-14 01:19

reporter   ~0009304

Is anybody going to resolve this? Sorry, I tried to do this myself and it seems like the probelm can't be fixed very easily - need to change something in functions organization.

tomc

tomc

2005-04-06 05:30

reporter   ~0009743

Almost reported duplicate of this :)
For me it looks fairly simple. Or maybe I've overlooked something ;)
Fix in attachment.

thraxisp

thraxisp

2005-04-22 19:28

reporter   ~0009884

Fixed in CVS.

core/email_api.php -> 1.114