diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:41:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:41:58 +0000 |
commit | 344653e4f8ce192c9b96c6dcdb494c3220e1921d (patch) | |
tree | 2f6afc1edd8d7f44dc3e8b2820cc11766d810af0 | |
parent | f06317420dfb5eba2814c1188b598d2cacb40384 (diff) |
blah
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"); } |