Commit d9d70e21 authored by Aurel's avatar Aurel

fix typo error


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4937 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67c48e5e
......@@ -1160,7 +1160,7 @@ class PortalTypeAllowedContentTypeTemplateItem(BaseTemplateItem):
property_list.append(id)
setattr(portal_type, self.class_property, list(property_list))
def uninstall(self, context, *kw):
def uninstall(self, context, **kw):
object_path = kw.get('object_path', None)
if object_path is not None:
object_keys = [object_path]
......
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