Commit 76a10f89 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove this check, implied by current handler.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@963 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 56d55c34
......@@ -196,11 +196,6 @@ class PrimaryNotificationsHandler(BaseHandler):
app = self.app
nm = app.nm
pt = app.pt
node = app.nm.getNodeByUUID(uuid)
# This must be sent only by primary master node
if node.getNodeType() != MASTER_NODE_TYPE:
return
if app.ptid != ptid:
app.ptid = ptid
pt.clear()
......
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