This commit is contained in:
Frédéric Péters 2013-11-29 19:12:49 +01:00
parent 3a9dd09e7f
commit 8ea502de27
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class SyncFromThemis(UtilityView):
if current_value:
current_intids = list(sorted([x.to_id for x in current_value]))
else:
current_indids = []
current_intids = []
if current_value is None or current_intids != intids:
return [RelationValue(x) for x in intids]
return current_value