Bug fixes, changes to default wikipage template for keyword pages, and template var clarifications.

This commit is contained in:
Colin Kuskie 2010-04-13 11:28:31 -07:00
parent 1395fcc411
commit 7fe81165ed
3 changed files with 3 additions and 3 deletions

View file

@ -331,7 +331,7 @@ sub getTemplateVars {
url => $asset->getUrl,
};
}
$paginator->appendTemplateVariables($var);
$paginator->appendTemplateVars($var);
@keyword_pages = map { $_->[1] }
sort
map { [ lc $_->{title}, $_ ] }