aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-01 19:18:43 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-01 19:18:43 -0400
commit72b9482835faabcef13a22c9c9af3314da5a71f3 (patch)
tree4d437afbd01bf289adb25b39a133ad127391c4d3 /IkiWiki/Plugin/recentchanges.pm
parent0c67efb90e5965de5149902a402c74a58aaa7525 (diff)
downloadikiwiki-72b9482835faabcef13a22c9c9af3314da5a71f3.tar
ikiwiki-72b9482835faabcef13a22c9c9af3314da5a71f3.tar.gz
recentchanges: change to using do=goto links.
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index 329dd6f32..fa851e466 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -123,7 +123,7 @@ sub store ($$$) {
}
elsif (length $config{cgiurl}) {
$change->{authorurl} = IkiWiki::cgiurl(
- do => "recentchanges_link",
+ do => "goto",
page => (length $config{userdir} ? "$config{userdir}/" : "").$change->{author},
);
}