Commit d9d82387 authored by Jérome Perrin's avatar Jérome Perrin

remove duplicate Title() method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4609 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7df9e075
......@@ -2058,9 +2058,6 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
# Dublin Core Emulation for CMF interoperatibility
# CMF Dublin Core Compatibility
def Title(self):
return self.getTitle('')
def Subject(self):
return self.getSubjectList()
......
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