Commit 90ba96f3 authored by Sebastien Robin's avatar Sebastien Robin

one case was missing for insert_line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9788fd66
......@@ -883,6 +883,7 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
elif catalog_path is None:
# No line in catalog table
insert_catalog_line = 1
insert_line = 1
#LOG("SQLCatalog Warning: insert_catalog_line, case3",0,insert_catalog_line)
else:
#LOG('SQLCatalog WARNING',0,'assigning new uid to already catalogued object %s' % path)
......
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