Skip to content

Commit

Permalink
Merged r27209 from trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Smith committed Aug 21, 2004
1 parent 1d1935e commit 4673e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/itemswidgets.py
Expand Up @@ -176,7 +176,7 @@ class MultiDataHelper(object):

def _toFieldValue(self, input):
"""See SimpleInputWidget"""
if input is self._data_marker:
if input is None:
return []
if not isinstance(input, list):
input = [input]
Expand Down

0 comments on commit 4673e7c

Please sign in to comment.