get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdateMessage.py
index 61ac458..7f96129 100644 (file)
@@ -38,6 +38,6 @@ class UpdateMessage(Method):
 
         message.update(message_fields)
         message.sync()
-       self.object_ids = [message['message_id']]
+        self.event_objects = {'Message': [message['message_id']]}
 
         return 1