Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Sep 26, 2023
1 parent fe7470a commit 384c086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redturtle/volto/monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ def getPotentialMembers(self, searchString):
form = self.request.form
findAll = form.get("form.button.FindAll", None) is not None and not self.many_users
if findAll or searchString:
return self._old__getPotentialMembers(searchString)
return self._old_getPotentialMembers(searchString)
return []

0 comments on commit 384c086

Please sign in to comment.