From: Simon McVittie Date: Sat, 31 Jan 2009 15:05:17 +0000 (+0000) Subject: CGI: document why commenter and recentchanges_link are supported X-Git-Tag: 3.04~86^2~8 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=5ce3a0130030f3b07e163727f16d212b2fda6259 CGI: document why commenter and recentchanges_link are supported --- diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index 949390e68..f23d44fd6 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -359,6 +359,8 @@ sub cgi (;$$) { } } + # goto is the preferred name for this; recentchanges_link and + # commenter are for compatibility with any saved URLs if ($do eq 'goto' || $do eq 'recentchanges_link' || $do eq 'commenter') { cgi_goto($q);