зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
8455dd550c
Коммит
0a1272d7e9
|
@ -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!",
|
||||
|
|
Загрузка…
Ссылка в новой задаче