Update the keyword URL callback to the correct method.
This commit is contained in:
parent
ec567a7e24
commit
a46038d734
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue