mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 342540: fix mistake that broke plugins that don't use explicit <Param>s (technorati search was broken), r=mconnor
This commit is contained in:
parent
d2ff93ee21
commit
59aed63f0a
@ -791,7 +791,7 @@ function EngineURL(aType, aMethod, aTemplate) {
|
||||
// Disable these for now, see bug 295018
|
||||
// case "file":
|
||||
// case "resource":
|
||||
this.template = templateURI.spec;
|
||||
this.template = aTemplate;
|
||||
break;
|
||||
default:
|
||||
ENSURE(false, "new EngineURL: template uses invalid scheme!",
|
||||
|
Loading…
Reference in New Issue
Block a user