Skip to content
Snippets Groups Projects
Commit 751894d4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[Zash] fix var name

parent 1e0448af
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ class JidMultiField(ListMultiField):
if len(self.values):
for value in self.values:
try:
helpers.parse_jid(self.value)
helpers.parse_jid(value)
except:
return False
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment