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:
gavin%gavinsharp.com 2006-06-28 16:16:12 +00:00
parent d2ff93ee21
commit 59aed63f0a

View File

@ -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!",