Skip to content
Snippets Groups Projects
Commit 5d3a8471 authored by Robert Butora's avatar Robert Butora
Browse files

mcutout: fixes missing update in json-field: pubdid -> id

parent 08da60ae
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ public class JdlMCutout
while (itr.hasNext())
{
JSONObject jObj = itr.next();
pubdids[i] = (String)jObj.get("pubdid");
pubdids[i] = (String)jObj.get("id");
i++;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment