From 5e64d6f5fba115aa1a27a0c32fc36114e43af6f6 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 6 Aug 2010 16:19:37 -0500 Subject: [PATCH] fix problem with options preventing asset editing --- lib/WebGUI/Role/Asset/RssFeed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Role/Asset/RssFeed.pm b/lib/WebGUI/Role/Asset/RssFeed.pm index d0513e831..4175d8a64 100644 --- a/lib/WebGUI/Role/Asset/RssFeed.pm +++ b/lib/WebGUI/Role/Asset/RssFeed.pm @@ -93,7 +93,7 @@ sub _feedHeaderLinks_options { atom => $i18n->get('atomLinkOption'), rdf => $i18n->get('rdfLinkOption'), ); - return \&headerLinksOptions; + return \%headerLinksOptions; } requires 'getRssFeedItems';