VC/Vidyo: fix call to old event attr

This commit is contained in:
Alejandro Avilés 2016-12-13 17:22:20 +01:00
parent 0b89e1eef6
commit 632ae11d0d

View File

@ -29,7 +29,7 @@ class RHVidyoRoomOwner(RHVCSystemEventBase):
result = {}
self.vc_room.vidyo_extension.owned_by_user = session.user
try:
self.plugin.update_room(self.vc_room, self.event)
self.plugin.update_room(self.vc_room, self.event_new)
except VCRoomError as err:
result['error'] = {'message': err.message}
result['success'] = False