comments: fix invocation of possibly_foolish_untaint

master
Simon McVittie 2008-12-11 02:22:20 +00:00
parent f29a607025
commit 1698364da0
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ sub sessioncgi ($$) { #{{{
my $type = $form->param('type');
if (defined $type && length $type && $IkiWiki::hooks{htmlize}{$type}) {
$type = possibly_foolish_untaint($type);
$type = IkiWiki::possibly_foolish_untaint($type);
}
else {
$type = $config{default_pageext};