email notification to oldvalues[assTo]
Status: Inactive
Brought to you by:
wigleys
I have some problems with the email notification in
v0.11. When I change the assignment of an issue to
someone else, I get the notification myself.
It seems to be related to the lines (in editbug.php):
htmlmailer("$oldvalues[assTo]", ...
and
mailer("$oldvalues[assTo]",
In version 1.20 of the file it was:
htmlmailer("$assign",...
and
mailer("$assign", ...
In version 1.21 of the file it became:
htmlmailer("$oldvalues[assTo]", ...
and
mailer("$oldvalues[assTo]", ...
Are you sure that it is okay?