Commit bd2f418e authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo. Reported by Rafael Monnerat.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f602dde
......@@ -1223,7 +1223,7 @@ class BasicStructure:
return [(Message(domain=None, message=message,mapping=None))]
if (default_selection_report_path in portal_categories.objectIds()) or \
(portal_domains is not None and default_selection_report_path in \
portal_domaind.objectIds()):
portal_domains.objectIds()):
pass
else:
default_selection_root_path = self.report_root_list[0][0]
......
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