Skip to content
Snippets Groups Projects
Commit a7f43a4c authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fix problem with entityID > subID with discoresponse

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2808 44740490-163a-0410-bde0-09ae8108e29a
parent 99c86071
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ DiscoJuice.Control = {
}
},
"discoResponse": function(entityID, sender) {
this.parent.Utils.log('DiscoResponse Received from [' + sender + ']');
"discoResponse": function(sender, entityID, subID) {
this.parent.Utils.log('DiscoResponse Received from [' + sender + '] : ' + entityID + ' > ' + subID);
this.setWeight(entityID, -100);
this.prepareData();
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment