From ecc7583e1549b1aec642a6f79b19e0fef9f6cb1e Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sun, 30 Oct 2005 17:09:19 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4175 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/ERP5Site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index 5546dfa4cd..3cd40fed58 100755 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -845,7 +845,7 @@ class ERP5Generator(PortalGenerator): withnuxgroups = 1 except: withnuxgroups = 0 - if ERP5Security is not None + if ERP5Security is not None: # Use Pluggable Auth Service instead of the standard acl_users. p.manage_addProduct['PluggableAuthService'].addPluggableAuthService() # Add ERP5UserManager -- 2.30.9