fix problem with options preventing asset editing
This commit is contained in:
parent
f1fed19e24
commit
5e64d6f5fb
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ sub _feedHeaderLinks_options {
|
|||
atom => $i18n->get('atomLinkOption'),
|
||||
rdf => $i18n->get('rdfLinkOption'),
|
||||
);
|
||||
return \&headerLinksOptions;
|
||||
return \%headerLinksOptions;
|
||||
}
|
||||
|
||||
requires 'getRssFeedItems';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue