Fax Missing.Value for Creator in the catalog. Fixes #11634.

svn path=/plone.app.discussion/trunk/; revision=48838
This commit is contained in:
Ross Patterson
2011-04-14 19:59:05 +00:00
parent 187aa60452
commit cad670d6af
3 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ def title(object):
@indexer(IComment)
def creator(object):
return object.creator.encode('utf-8')
return object.creator and object.creator.encode('utf-8')
@indexer(IComment)
def description(object):