summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 16:05:31 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 16:05:31 -0500
commitbc49e284ac96ca0058bfe4b026d23022d5d3f659 (patch)
tree8d370e3ea1c7bff9622d95c4841f19ad803615f7 /IkiWiki/Plugin
parent9875bc10d14d50f543f4aab3ce4e9dae060b8c23 (diff)
make the author metadata for changes pages be the un-munged openid
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index f5982604b..9dad0af5e 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -66,6 +66,7 @@ sub store ($$$) { #{{{
push @{$change->{pages}}, { link => '...' } if $is_excess;
# See if the committer is an openid.
+ $change->{author}=$change->{user};
my $oiduser=IkiWiki::openiduser($change->{user});
if (defined $oiduser) {
$change->{authorurl}=$change->{user};