Commit 1c471670 authored by Michel Pelletier's avatar Michel Pelletier

Who put the mysterious 'blah' argument into manage_catalogObject?

It's never used and it doesn't make any sense.

I removed it.

-Michel
parent 11feeea1
...@@ -209,7 +209,7 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit): ...@@ -209,7 +209,7 @@ class ZCatalog(Folder, FindSupport, Persistent, Implicit):
return self.manage_main(self, REQUEST, return self.manage_main(self, REQUEST,
manage_tabs_message=message) manage_tabs_message=message)
def manage_catalogObject(self, REQUEST, urls=None, blah=None): def manage_catalogObject(self, REQUEST, urls=None):
""" index all Zope objects that 'urls' point to """ """ index all Zope objects that 'urls' point to """
if urls: if urls:
for url in urls: for url in urls:
......
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