fix sync of 'auteurs' metadata

This commit is contained in:
Frédéric Péters 2012-05-08 16:16:24 +02:00
parent 1c00dd2b3a
commit cb06b085f5
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class SyncFromThemis(UtilityView):
if type(authors_v) is not list:
authors_v = [authors_v]
elif data.get('auteurs'):
authors_v = data.get('auteur')
authors_v = data.get('auteurs')
if authors_v == ['ministry:college']:
object.author_is_government = True
elif authors_v: