Commit 48650e7f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added a space between args.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13113 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 187090c4
......@@ -166,7 +166,7 @@ def _get_default(self, key, value, REQUEST):
value = REQUEST.form[key]
except (KeyError, AttributeError):
# fall back on default
return self.get_value('default',REQUEST=REQUEST) # It was missing on Formulator
return self.get_value('default', REQUEST=REQUEST) # It was missing on Formulator
# if we enter a string value while the field expects unicode,
# convert to unicode first
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment