This commit was manufactured by cvs2svn to create branch
[plcapi.git] / PLC / Methods / UpdatePerson.py
index 85c4a71..816f98e 100644 (file)
@@ -56,7 +56,7 @@ class UpdatePerson(Method):
         person.sync()
        
        # Logging variables
-       self.object_ids = [person['person_id']]
+       self.event_objects = {'Person': [person['person_id']]}
 
         # Redact password
         if 'password' in person_fields: