Commit 8cb02d65 authored by Byron Jones's avatar Byron Jones

Bug 1048703: Bug.search_comment_tags returns "Invalid params for JSONRPC 1.0."

r=sgreen,a=glob
parent 2cb85ad6
......@@ -52,6 +52,7 @@ YAHOO.bugzilla.commentTagging = {
YAHOO.bugzilla.commentTagging.counter = YAHOO.bugzilla.commentTagging.counter + 1;
YAHOO.util.Connect.setDefaultPostHeader('application/json', true);
return YAHOO.lang.JSON.stringify({
version: "1.1",
method : "Bug.search_comment_tags",
id : YAHOO.bugzilla.commentTagging.counter,
params : {
......
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