diff -r 65c8d1bfe94b -r 0a723ff3d27c app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Sat Jan 31 15:40:32 2009 +0000 +++ b/app/soc/logic/helper/notifications.py Sat Jan 31 15:41:45 2009 +0000 @@ -147,7 +147,7 @@ 'scope_path' : to_user.link_id } - key_fields = model_logic.notification.logic.getKeyFieldsFromDict(fields) + key_fields = model_logic.notification.logic.getKeyFieldsFromFields(fields) # create and put a new notification in the datastore model_logic.notification.logic.updateOrCreateFromFields(fields, key_fields)