fix bug causing problems with thumbnails and other attributes

svn: r14173
This commit is contained in:
Gerald Britton 2010-01-30 13:31:16 +00:00
parent 53358c2179
commit 98aa2b7b79

View File

@ -908,7 +908,7 @@ def get_referents(handle, db, primary_objects):
"""
# Use one pass through the reference map to grab all the references
object_list = db.find_backlink_handles(handle)
object_list = list(db.find_backlink_handles(handle))
# Then form the object-specific lists
the_lists = ()