Commit 0e27e0b8 authored by Pierre Ducroquet's avatar Pierre Ducroquet

This should fix the author name in the blog list.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31897 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c18e4545
......@@ -58,7 +58,7 @@
"""\n
\n
document = context.getObject()\n
source = document.getSourceValue()\n
source = document.getContributorRelatedValue()\n
return (source is not None and source.getTitle() or "User unknown")\n
</string> </value>
</item>
......
30
\ No newline at end of file
28
\ No newline at end of file
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