diff options
Diffstat (limited to 'lib/rhbzpage.js')
-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": |