From 5859d29cf54a56854cbda5c3026da09760158a1f Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Tue, 8 Jul 2008 08:33:58 +0000
Subject: [PATCH] One more stupid bug typo. Sorry. Moved it too fast from
 WebSection to WebSite.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22334 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/WebSite.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/WebSite.py b/product/ERP5/Document/WebSite.py
index b162533c86..94f6e8aa98 100644
--- a/product/ERP5/Document/WebSite.py
+++ b/product/ERP5/Document/WebSite.py
@@ -156,7 +156,7 @@ class WebSite(WebSection):
         else:
           if request.get('AcceptLanguage') is not None:
             request['AcceptLanguage'].set(language_list[0], 80)
-      return PermanentURLMixIn._getExtensibleContent(self, request, name)
+      return WebSection._getExtensibleContent(self, request, name)
 
     # Virtual Hosting Support
     security.declarePrivate( 'manage_beforeDelete' )
-- 
2.30.9