goto: Fix typo that broke recentchanges_link compatability.
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Feb 2009 18:21:29 +0000 (13:21 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 27 Feb 2009 18:21:29 +0000 (13:21 -0500)
IkiWiki/Plugin/goto.pm
debian/changelog

index 06ec0bdca476d8d99640358660c5454c5462e426..3f40c5859f3d22f7d7c1fc7dfb8d9398e8a7249f 100644 (file)
@@ -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);
index 90b672e8d5cb49209cc807cea5f94b6b29d377fe..0b1eec6cf61100d440e35f7d212d7e14cd0f6c62 100644 (file)
@@ -12,6 +12,7 @@ ikiwiki (3.05) UNRELEASED; urgency=low
   * Setup automator: Prompt for password twice. Closes: #516973
   * bzr: Add missing rcs_diff. (liw)
   * comments: Avoid showing comment moderation button in prefs to non-admins.
+  * goto: Fix typo that broke recentchanges_link compatability.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 15 Feb 2009 20:11:57 -0500