aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-27 13:21:29 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-27 13:21:29 -0500
commitaffd4ca3daa8da233d915516fb668c8f99fffe51 (patch)
treef4ca409910f90b04b12facc03d6c16f733363d35 /IkiWiki
parentc2df40c01ba78e0c0631df0a5042980eb1688488 (diff)
downloadikiwiki-affd4ca3daa8da233d915516fb668c8f99fffe51.tar
ikiwiki-affd4ca3daa8da233d915516fb668c8f99fffe51.tar.gz
goto: Fix typo that broke recentchanges_link compatability.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/goto.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/goto.pm b/IkiWiki/Plugin/goto.pm
index 06ec0bdca..3f40c5859 100644
--- a/IkiWiki/Plugin/goto.pm
+++ b/IkiWiki/Plugin/goto.pm
@@ -65,7 +65,7 @@ sub cgi ($) {
my $do = $cgi->param('do');
if (defined $do && ($do eq 'goto' || $do eq 'commenter' ||
- $do eq 'recentchanged_link')) {
+ $do eq 'recentchanges_link')) {
# goto is the preferred name for this; recentchanges_link and
# commenter are for compatibility with any saved URLs
cgi_goto($cgi);