Commit 57e73ee4 authored by Bartek Górny's avatar Bartek Górny

fixed so that it does not raise exception when sthg is None

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9853 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccddd11b
......@@ -317,7 +317,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getContributorTitleList()+here.getContributorNameList()</string> </value>
<value> <string>python: (here.getContributorTitleList() or [])+(here.getContributorNameList() or [])</string> </value>
</item>
</dictionary>
</pickle>
......
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