Commit bc5f22cf authored by Romain Courteaud's avatar Romain Courteaud

Forgot to define a variable before returning it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5902 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a07cc776
......@@ -166,6 +166,7 @@ class ProxyField(ZMIField):
Optionally pass keyword arguments that get passed to TALES
expression.
"""
result = None
if id in self.widget.property_names:
result = ZMIField.get_value(self, id, **kw)
else:
......
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