Skip to content

Commit

Permalink
More editor spew.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 27, 2004
1 parent 9e22157 commit 7f32491
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ZCatalog.py
Expand Up @@ -495,10 +495,7 @@ def manage_reindexIndex(self, ids=None, REQUEST=None, RESPONSE=None,
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(
Expand Down

0 comments on commit 7f32491

Please sign in to comment.