Commit 5859d29c authored by Jean-Paul Smets's avatar Jean-Paul Smets

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
parent a1d539ef
......@@ -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' )
......
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