Commit ccbcb7cc authored by Christopher Petrilli's avatar Christopher Petrilli

Fixed default catalog creation. Collector #1665.

parent ec3d4ccf
......@@ -106,7 +106,9 @@ from AccessControl import getSecurityManager
manage_addZCatalogForm=DTMLFile('dtml/addZCatalog',globals())
def manage_addZCatalog(self, id, title, vocab_id=None, REQUEST=None):
def manage_addZCatalog(self, id, title,
vocab_id='create_default_catalog_',
REQUEST=None):
"""Add a ZCatalog object
"""
id=str(id)
......
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