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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 4 10:46:33 CET 2010


Author: kazuhiko
Date: Thu Nov  4 10:46:33 2010
New Revision: 39886

URL: http://svn.erp5.org?rev=39886&view=rev
Log:
_getExtensibleContent() function is deprecated. Use getExtensibleContent() instead.

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=39886&r1=39885&r2=39886&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/WebSite.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/WebSite.py [utf8] Thu Nov  4 10:46:33 2010
@@ -174,7 +174,7 @@ class WebSite(WebSection):
             request['AcceptLanguage'].set(name, 100)
             request.set(WEBSITE_LANGUAGE_KEY, name)
           return self.asContext(id=name)
-      return WebSection._getExtensibleContent(self, request, name)
+      return WebSection.getExtensibleContent(self, request, name)
 
     # Virtual Hosting Support
     security.declarePrivate( 'manage_beforeDelete' )




More information about the Erp5-report mailing list