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

typo when creating the file for full_text_keys


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11176 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d642641
......@@ -3072,7 +3072,7 @@ class CatalogFullTextKeyTemplateItem(BaseTemplateItem):
else:
raise NotFound, 'key %r not found in catalog' %(key,)
if len(key_list) > 0:
self._objects[self.__class__.__name__+os.sep+'ful_text_key_list'] = key_list
self._objects[self.__class__.__name__+os.sep+'full_text_key_list'] = key_list
def _importFile(self, file_name, file):
list = []
......
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