Commit 28b229ba authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5210 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab764aac
......@@ -733,7 +733,7 @@ be a problem)."""
Returns the list of allowed templates for this folder
by calling the preference tool
"""
return self.getPortalObject().portal_preferences_getDocumentTemplateList(self)
return self.getPortalObject().portal_preferences.getDocumentTemplateList(self)
# Overwrite Zope setTitle()
Folder.setTitle = Base.setTitle
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