Commit d8a7af6f authored by Rafael Monnerat's avatar Rafael Monnerat

Fix stupid typo mistake.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44271 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7e2f9881
......@@ -52,6 +52,6 @@ def Folder_isERP5SitePresent(self):
usefull to identify if a erp5 is present already on a Zope
Setup.
"""
return len(self.objectIds("ERP5 Site")) > 1
return len(self.objectIds("ERP5 Site")) > 0
Folder.isERP5SitePresent = Folder_isERP5SitePresent
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