[Erp5-report] r41143 nicolas.dumazet - /erp5/trunk/products/ERP5/ERP5Site.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Dec 6 09:32:06 CET 2010
Author: nicolas.dumazet
Date: Mon Dec 6 09:32:06 2010
New Revision: 41143
URL: http://svn.erp5.org?rev=41143&view=rev
Log:
typo in condition: this module name is portal_type
Modified:
erp5/trunk/products/ERP5/ERP5Site.py
Modified: erp5/trunk/products/ERP5/ERP5Site.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ERP5Site.py?rev=41143&r1=41142&r2=41143&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ERP5Site.py [utf8] (original)
+++ erp5/trunk/products/ERP5/ERP5Site.py [utf8] Mon Dec 6 09:32:06 2010
@@ -1403,7 +1403,7 @@ class ERP5Site(FolderMixIn, CMFSite, Cac
We consider that a Site is migrated if its Types Tool is migrated
(it will always be migrated last)"""
- if self.portal_types.__class__.__module__ == 'erp5.portal_types':
+ if self.portal_types.__class__.__module__ == 'erp5.portal_type':
# nothing to do
return True
More information about the Erp5-report
mailing list