Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 195165e

Browse files
committed
Reload_registry message: make sure to trigger only if required. This can end up in a loop.
(cherry picked from commit 7565e76)
1 parent 717e9fb commit 195165e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/core.mq/class.MqManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function clientChannelMethod($action, $httpVars, $fileVars)
205205
$channelRepository = str_replace("nodes:", "", $httpVars["channel"]);
206206
if($channelRepository != $currentRepository){
207207
AJXP_XMLWriter::header();
208-
echo "<require_registry_reload/>";
208+
echo "<require_registry_reload repositoryId=\"$currentRepository\"/>";
209209
AJXP_XMLWriter::close();
210210
return;
211211
}

0 commit comments

Comments
 (0)