Commit 6fd079ea authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 374051: Bugmail is no longer sent (regression) - Patch by Fré©ric Buclin…

Bug 374051: Bugmail is no longer sent (regression) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent b4151b52
......@@ -1459,7 +1459,7 @@ sub wants_mail {
AND relationship = ?
AND event IN (' . join(',', @$events) . ') ' .
$dbh->sql_limit(1),
undef, ($self->{'id'}, $relationship));
undef, ($self->id, $relationship));
return defined($wants_mail) ? 1 : 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment