From a46038d734bb9826e651f250b23cb7571d208d71 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 24 Apr 2009 03:44:52 +0000 Subject: [PATCH] Update the keyword URL callback to the correct method. --- lib/WebGUI/Asset/Wobject/StoryArchive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/StoryArchive.pm b/lib/WebGUI/Asset/Wobject/StoryArchive.pm index 303bea09f..b35975115 100644 --- a/lib/WebGUI/Asset/Wobject/StoryArchive.pm +++ b/lib/WebGUI/Asset/Wobject/StoryArchive.pm @@ -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);