Commit 6d6aaef3 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Forget to remove d.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4697 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37d9156a
......@@ -2510,7 +2510,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
"""This is a workaround, because template_format_version was not set even for the new format.
"""
if self.hasProperty('template_format_version'):
self._baseGetTemplateFormatVersion(d=d)
self._baseGetTemplateFormatVersion()
# the attribute _objects in BaseTemplateItem was added in the new format.
if hasattr(self._path_item, '_objects'):
......
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