Commit 5cf24b8c authored by wenjie.zheng's avatar wenjie.zheng

Interaction.py: fix interaction guard getter which doesn't update guard.

parent 9c4f4b74
......@@ -98,7 +98,6 @@ class Interaction(IdAsReferenceMixin('interaction_', "prefix"), XMLObject):
return res
def getGuard(self):
if self.guard is None:
self.generateGuard()
return self.guard
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment