Update the keyword URL callback to the correct method.

This commit is contained in:
Colin Kuskie 2009-04-24 03:44:52 +00:00
parent ec567a7e24
commit a46038d734

View file

@ -550,7 +550,7 @@ sub viewTemplateVariables {
};
##In export mode, tags should link to the pages generated during the collateral export
if($exporting) {
$cloudOptions->{urlCallback} = 'getKeywordFilename';
$cloudOptions->{urlCallback} = 'getKeywordStaticURL';
$cloudOptions->{displayFunc} = '';
}
$var->{keywordCloud} = WebGUI::Keyword->new($session)->generateCloud($cloudOptions);