Revert return None
from checkTagInRequest
This commit is contained in:
parent
2219c51a30
commit
6caf0ba866
@ -104,7 +104,7 @@ Note: there is no whitespace behind before or after the number sign
|
||||
if not self.textMatchesAnyTag(diff):
|
||||
return False
|
||||
|
||||
return None
|
||||
return True
|
||||
|
||||
def check_action_submit(self, req, a):
|
||||
return self.checkTagInRequest(req,a)
|
||||
|
Loading…
x
Reference in New Issue
Block a user