Commit 3e73ced7 authored by Chris Withers's avatar Chris Withers

More editor spew.

parent c0c51d2d
...@@ -495,10 +495,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -495,10 +495,7 @@ class ZCatalog(Folder, Persistent, Implicit):
message='No items were specified!', message='No items were specified!',
action = "./manage_catalogIndexes",) action = "./manage_catalogIndexes",)
if isinstance(ids, str): self.reindexIndex(ids, REQUEST)
ids = (ids,)
self.reindexIndex(name, REQUEST, ids)
if REQUEST and RESPONSE: if REQUEST and RESPONSE:
RESPONSE.redirect( RESPONSE.redirect(
......
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