Commit c0c51d2d authored by Chris Withers's avatar Chris Withers

Editor save button didn't work :-(

parent f1752106
......@@ -485,7 +485,7 @@ class ZCatalog(Folder, Persistent, Implicit):
warn('catalog_object interface of %s not up to date'
% self.__class__.__name__,
DeprecationWarning)
self.catalog_object(obj, p, idxs=[name])
self.catalog_object(obj, p, idxs=name)
def manage_reindexIndex(self, ids=None, REQUEST=None, RESPONSE=None,
URL1=None):
......
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