projects
/
pgcommitfest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994ecfe
)
Bug fix: Set patch author for new comment added via patch_view page.
author
Robert Haas
<robertmhaas@gmail.com>
Wed, 15 Jul 2009 01:39:30 +0000
(21:39 -0400)
committer
Robert Haas
<robertmhaas@gmail.com>
Wed, 15 Jul 2009 01:39:48 +0000
(21:39 -0400)
perl-lib/PgCommitFest/Patch.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl-lib/PgCommitFest/Patch.pm
b/perl-lib/PgCommitFest/Patch.pm
index 53fb7e3c9b96032d2ed18ec739b94148a62a6b58..d22633a79d5b79143a38f48777d8109ad4eca42f 100644
(file)
--- a/
perl-lib/PgCommitFest/Patch.pm
+++ b/
perl-lib/PgCommitFest/Patch.pm
@@
-191,6
+191,7
@@
EOM
if ($r->cgi('go') && ! $r->is_error()) {
$value{'patch_id'} = $d->{'id'};
$value{'creator'} = $aa->{'userid'};
+ $value{'last_updater'} = $aa->{'userid'};
$r->db->insert('patch_comment', \%value);
$r->db->commit;
$r->redirect('/action/patch_view?id=' . $d->{'id'});