[Erp5-report] r28783 - /erp5/trunk/products/ERP5/Document/WebSite.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 3 15:11:00 CEST 2009


Author: kazuhiko
Date: Thu Sep  3 15:10:59 2009
New Revision: 28783

URL: http://svn.erp5.org?rev=28783&view=rev
Log:
add a missing argument of getWebSectionValueList().

Modified:
    erp5/trunk/products/ERP5/Document/WebSite.py

Modified: erp5/trunk/products/ERP5/Document/WebSite.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/WebSite.py?rev=28783&r1=28782&r2=28783&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/WebSite.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/WebSite.py [utf8] Thu Sep  3 15:10:59 2009
@@ -197,7 +197,7 @@
         all documents in each of them to build a reverse
         mapping of getPermanentURL
       """
-      return map(lambda x:x.getPermanentURL(document), self.getWebSectionValueList())
+      return map(lambda x:x.getPermanentURL(document), self.getWebSectionValueList(document))
 
     security.declareProtected(Permissions.AccessContentsInformation, 'getWebSectionValueList')
     def getWebSectionValueList(self, document):




More information about the Erp5-report mailing list