get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / NotifyPersons.py
index b8c0979..70c273d 100644 (file)
@@ -42,8 +42,7 @@ class NotifyPersons(Method):
                  Body = body)
 
         # Logging variables
-        self.object_type = "Person"
-        self.object_ids = [person['person_id'] for person in persons]
+        self.event_objects = {'Person': [person['person_id'] for person in persons]}
         self.message = subject
 
         return 1