another missimg return

This commit is contained in:
Yann Leboulanger 2010-08-12 21:42:15 +02:00
parent 685a7a6e7f
commit 72e75131b3
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ class ListMultiField(ListField):
return True
if not self.values:
return False
return True
class JidMultiField(ListMultiField):
"""