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 | 6f14501daacd7f1fa67515b52ebfe826908e2002 (patch) | |
tree | 28199330df84b26770e15716598c149fc91fc5cf /lib | |
parent | a073ccab6aed51a68535d7d11d3ddcf5e9c29d2f (diff) | |
download | bugzilla-triage-6f14501daacd7f1fa67515b52ebfe826908e2002.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": |