From d878e52c2e3b1a032805297e40fd7eeab021fc4e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 24 Jun 2010 19:16:00 +0200 Subject: Fix query upstream bugzilla (finally, I hope!) --- lib/rhbzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index 8ac1870..93921ea 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -193,7 +193,7 @@ RHBugzillaPage.prototype.centralCommandDispatch = function(cmdLabel, cmdParams) case "queryStringOurBugzilla": this.queryForSelection(); break; - case "queryUpstreamBugzilla": + case "queryStringUpstreamBugzilla": this.queryUpstream(); break; case "sendBugUpstream": -- cgit