diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-24 19:16:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-24 19:16:00 +0200 |
commit | d878e52c2e3b1a032805297e40fd7eeab021fc4e (patch) | |
tree | 395be315e39b887172a029795bba5cd833ce45b5 /lib | |
parent | a073ccab6aed51a68535d7d11d3ddcf5e9c29d2f (diff) | |
download | bugzilla-triage-d878e52c2e3b1a032805297e40fd7eeab021fc4e.tar.gz |
Fix query upstream bugzilla (finally, I hope!)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rhbzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
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": |