Skip to content

Commit

Permalink
add missing argument to interface (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer authored and hannosch committed Feb 2, 2017
1 parent 5a12dc4 commit 055cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/ZCatalog/interfaces.py
Expand Up @@ -64,7 +64,7 @@ class IZCatalog(Interface):
URL, this is an excellent unique qualifier in Zope).
"""

def catalog_object(obj, uid, idxs=None, update_metadata=1):
def catalog_object(obj, uid, idxs=None, update_metadata=1, pghandler=None):
"""Catalogs the object 'obj' with the unique identifier 'uid'.
The uid must be a physical path, either absolute or relative to
Expand Down

0 comments on commit 055cd35

Please sign in to comment.