Commit 675bfbb0 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Extended API of crawlContent.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13632 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb493724
...@@ -123,7 +123,7 @@ class ExternalSource(XMLObject, UrlMixIn): ...@@ -123,7 +123,7 @@ class ExternalSource(XMLObject, UrlMixIn):
""" """
Creates the initial content from the URL by crawling the root 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') security.declareProtected(Permissions.AccessContentsInformation, 'getContentURLList')
def getContentURLList(self): def getContentURLList(self):
......
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