[Erp5-report] r10883 - /erp5/trunk/products/ERP5/Document/Domain.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 23 14:26:31 CEST 2006
Author: aurel
Date: Mon Oct 23 14:26:29 2006
New Revision: 10883
URL: http://svn.erp5.org?rev=10883&view=rev
Log:
fix typo
Modified:
erp5/trunk/products/ERP5/Document/Domain.py
Modified: erp5/trunk/products/ERP5/Document/Domain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Domain.py?rev=10883&r1=10882&r2=10883&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Domain.py (original)
+++ erp5/trunk/products/ERP5/Document/Domain.py Mon Oct 23 14:26:29 2006
@@ -105,7 +105,7 @@
We need a way to know how deep we are in the domain generation
to prevent infinite recursion XXX not implemented
"""
- klass = tmp_domain_generator = self.newContent(portal_type='DomainGenerator', temp_object=1)
+ klass = tmp_domain_generator = self.newContent(portal_type='Domain Generator', temp_object=1)
script = self.getDomainGeneratorMethodId('')
return tmp_domain_generator.getDomainGeneratorList(depth=depth, klass=klass, script=script, parent=self)
More information about the Erp5-report
mailing list