From 344653e4f8ce192c9b96c6dcdb494c3220e1921d Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 12 Mar 2006 03:41:58 +0000 Subject: [PATCH 1/1] blah --- ikiwiki | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ikiwiki b/ikiwiki index cfc963c12..6a1eb0e29 100755 --- a/ikiwiki +++ b/ikiwiki @@ -669,7 +669,7 @@ sub cgi_recentchanges () { #{{{ wikiname => $wikiname, changelog => [rcs_recentchanges(100)], ); - return $template->output; + print $template->output; } #}}} sub cgi_signin ($$) { #{{{ @@ -940,8 +940,6 @@ usage() unless @ARGV == 3; ($templatedir) = possibly_foolish_untaint(shift); ($destdir) = possibly_foolish_untaint(shift); -print cgi_recentchanges(); - if ($cgi && ! length $url) { error("Must specify url to wiki with --url when using --cgi"); } -- 2.26.2