fix problem with options preventing asset editing

This commit is contained in:
Doug Bell 2010-08-06 16:19:37 -05:00
parent f1fed19e24
commit 5e64d6f5fb

View file

@ -93,7 +93,7 @@ sub _feedHeaderLinks_options {
atom => $i18n->get('atomLinkOption'),
rdf => $i18n->get('rdfLinkOption'),
);
return \&headerLinksOptions;
return \%headerLinksOptions;
}
requires 'getRssFeedItems';