[Erp5-report] r13632 - /erp5/trunk/products/ERP5/Document/ExternalSource.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Mar 26 13:54:12 CEST 2007
Author: jp
Date: Mon Mar 26 13:54:11 2007
New Revision: 13632
URL: http://svn.erp5.org?rev=13632&view=rev
Log:
Extended API of crawlContent.
Modified:
erp5/trunk/products/ERP5/Document/ExternalSource.py
Modified: erp5/trunk/products/ERP5/Document/ExternalSource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ExternalSource.py?rev=13632&r1=13631&r2=13632&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ExternalSource.py (original)
+++ erp5/trunk/products/ERP5/Document/ExternalSource.py Mon Mar 26 13:54:11 2007
@@ -123,7 +123,7 @@
"""
Creates the initial content from the URL by crawling the root
"""
- self.portal_contributions.crawlContent(self)
+ self.portal_contributions.crawlContent(self, container=self)
security.declareProtected(Permissions.AccessContentsInformation, 'getContentURLList')
def getContentURLList(self):
More information about the Erp5-report
mailing list