summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-11-29 15:07:26 -0400
committerJoey Hess <joey@kitenet.net>2010-11-29 15:07:26 -0400
commit1182e9d0eea5d995b830c2b3ed73c5b5b95dec99 (patch)
treec90f585f81353e959a8cb6f23f152dc2ede57afe /IkiWiki/Plugin/recentchanges.pm
parent340ac56729a6ac3c91ea93177627d9ec39fc7e78 (diff)
use one-parameter form of urlto
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 de12bb2c6..6fccd16f6 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -127,7 +127,7 @@ sub sessioncgi ($$) {
exit 0;
}
- IkiWiki::redirect($q, urlto($config{recentchangespage}, undef));
+ IkiWiki::redirect($q, urlto($config{recentchangespage}));
exit 0;
}