[CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
This commit is contained in:
parent
527a6d6b5c
commit
689fe43ed5
5 changed files with 6 additions and 6 deletions
|
|
@ -113,7 +113,7 @@ class CapGallery(Capability):
|
|||
SEARCH_VIEWS,
|
||||
SEARCH_DATE) = range(4)
|
||||
|
||||
def search_gallery(self, pattern, sortby=SEARCH_RELEVANCE):
|
||||
def search_galleries(self, pattern, sortby=SEARCH_RELEVANCE):
|
||||
"""
|
||||
Iter results of a search on a pattern.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue