Commit 6743c60f authored by Łukasz Nowak's avatar Łukasz Nowak

- little more formatting


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34273 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf4c3fc3
......@@ -933,7 +933,8 @@ class WizardTool(BaseTool):
setSecurityManager(original_security_manager)
return preference_value
security.declareProtected(Permissions.ModifyPortalContent, 'setExpressConfigurationPreference')
security.declareProtected(Permissions.ModifyPortalContent,
'setExpressConfigurationPreference')
def setExpressConfigurationPreference(self, preference_id, value):
""" Set Express configuration preference """
portal_preferences = getToolByName(self, 'portal_preferences')
......
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