fix state check in search

This commit is contained in:
Helmut Merz 2014-11-05 08:37:18 +01:00
parent 53d9a5b3a4
commit 40d368602d

View file

@ -272,8 +272,8 @@ class Search(ConceptView):
for state in states: for state in states:
if stf.state == state: if stf.state == state:
break break
else: else:
return False return False
return True return True