[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py Editor save button didn't work :-(

Chris Withers chris at simplistix.co.uk
Thu May 27 10:54:33 EDT 2004


Log message for revision 25049:
Editor save button didn't work :-(


-=-
Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py	2004-05-27 14:51:54 UTC (rev 25048)
+++ Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py	2004-05-27 14:54:32 UTC (rev 25049)
@@ -485,7 +485,7 @@
                     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):




More information about the Zope-Checkins mailing list