Commit aa300041 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43333 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9688e72f
......@@ -162,7 +162,7 @@ class CategoryProperty(XMLObject):
accessor_holder=accessor_holder,
reference='%s_free_text' % category_id,
elementary_type='text',
is_multivalues=False,
multivalued=False,
property_default='',
storage_id=storage_id,
read_permission=Permissions.AccessContentsInformation,
......@@ -185,7 +185,7 @@ class CategoryProperty(XMLObject):
write_permission = Permissions.ModifyPortalContent
# Actually create accessors
uppercase_reference = UpperCase(id)
uppercase_reference = UpperCase(category_id)
# three special cases
accessor = Category.Tester('has' + uppercase_reference, id)
......
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