https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE 2012-03-15 19:00:48 -04:00 committed by admin
parent a69cb46c52
commit c877488f52
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ NB: this *should* be 100% backwards compatible.
my $page = $params{page}->[$#{$params{page}}] ;
my $destpage = $params{destpage}->[$#{$params{destpage}}] ;
# ... and an essential one for the production pass
$params{basename} = IkiWiki::basename($page) ;
$params{basename} = [ IkiWiki::basename($page) ] ;
# load the template
my $template ;