]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 374051: Bugmail is no longer sent (regression) - Patch by Frédéric Buclin ...
authorlpsolit%gmail.com <>
Sun, 25 Mar 2007 16:21:12 +0000 (16:21 +0000)
committerlpsolit%gmail.com <>
Sun, 25 Mar 2007 16:21:12 +0000 (16:21 +0000)
Bugzilla/User.pm

index 0927339a5aaf85143cdb6417f2e793bd489dc313..6d0922abf728667144ecccc955a07fca0b855aa9 100644 (file)
@@ -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;
 }