Commit 8d17ff99 authored by Amos Latteier's avatar Amos Latteier

Fixed permission typo.

parent e8195d92
...@@ -189,7 +189,7 @@ class HelpTopic(Acquisition.Implicit, HelpTopicBase, Item, PropertyManager, Pers ...@@ -189,7 +189,7 @@ class HelpTopic(Acquisition.Implicit, HelpTopicBase, Item, PropertyManager, Pers
__ac_permissions__=( __ac_permissions__=(
('View', ('index_html', 'SearchableText', 'url')), ('View', ('index_html', 'SearchableText', 'url')),
'Access contents information', ('helpValues',)), ('Access contents information', ('helpValues',)),
) )
def index_html(self, REQUEST, RESPONSE): def index_html(self, REQUEST, RESPONSE):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment