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

More editor spew.

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