goto: Fix typo that broke recentchanges_link compatability.

master
Joey Hess 2009-02-27 13:21:29 -05:00
parent c2df40c01b
commit affd4ca3da
2 changed files with 2 additions and 1 deletions

View 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);

1
debian/changelog vendored
View 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