Commit 14ea2ac5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

_getExtensibleContent() function is deprecated. Use getExtensibleContent() instead.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39886 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a2f65b4d
......@@ -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' )
......
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