app/soc/logic/helper/notifications.py
changeset 1115 0a723ff3d27c
parent 1059 17221b578fe7
child 1138 18ef39338211
--- 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)