[Zash] fix var name

This commit is contained in:
Yann Leboulanger 2010-08-16 16:13:55 +02:00
parent 1e0448af35
commit 751894d453
1 changed files with 1 additions and 1 deletions

View File

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