summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};