fix bug causing problems with thumbnails and other attributes
svn: r14173
This commit is contained in:
@ -908,7 +908,7 @@ def get_referents(handle, db, primary_objects):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
# Use one pass through the reference map to grab all the references
|
# 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
|
# Then form the object-specific lists
|
||||||
the_lists = ()
|
the_lists = ()
|
||||||
|
Reference in New Issue
Block a user