From 72e75131b3141d1c2d4377547be85d65e2b7c2da Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 12 Aug 2010 21:42:15 +0200 Subject: [PATCH] another missimg return --- src/common/dataforms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dataforms.py b/src/common/dataforms.py index 8163e0ae1..727f4e97a 100644 --- a/src/common/dataforms.py +++ b/src/common/dataforms.py @@ -469,6 +469,7 @@ class ListMultiField(ListField): return True if not self.values: return False + return True class JidMultiField(ListMultiField): """