Commit 5fd4e139 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15229 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7965f340
......@@ -938,7 +938,7 @@ class ERP5Site(FolderMixIn, CMFSite):
if portal_object._getOb(expected_module_id, None) is not None:
module_id = expected_module_id
expected_module_id += '_module'
if module is None and portal_object._getOb(expected_module_id, None) \
if module_id is None and portal_object._getOb(expected_module_id, None) \
is not None:
module_id = expected_module_id
# then look for module where the type is allowed
......
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