0002723: '<name>' has different meanings in different contexts
svn: r13019
This commit is contained in:
@ -48,7 +48,7 @@ class SearchName(Rule):
|
||||
description = _("Matches people with a specified (partial) name")
|
||||
category = _('General filters')
|
||||
|
||||
def apply(self,db,person):
|
||||
def apply(self, db, person):
|
||||
|
||||
src = self.list[0].upper()
|
||||
|
||||
|
Reference in New Issue
Block a user