Revert return None from checkTagInRequest

This commit is contained in:
Alberto Planas 2015-04-17 17:14:09 +02:00
parent 2219c51a30
commit 6caf0ba866

View File

@ -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)