From 40e63525a8bda9132a4d2c0d296b2b7e89fe75de Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 19 Apr 2007 15:05:20 +0000 Subject: Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to get the correct URL to the Bugzilla installation - Patch by Alex Eiser r/a=LpSolit --- template/en/default/config.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/config.js.tmpl') diff --git a/template/en/default/config.js.tmpl b/template/en/default/config.js.tmpl index 2427c8748..a3f54d268 100644 --- a/template/en/default/config.js.tmpl +++ b/template/en/default/config.js.tmpl @@ -26,7 +26,7 @@ // the global bugzilla url var installation = { - base_url : '[% Param('urlbase') FILTER js %]', + base_url : '[% urlbase FILTER js %]', install_version : '[% constants.BUGZILLA_VERSION FILTER js %]', maintainer : '[% Param('maintainer') FILTER js %]' }; -- cgit v1.2.3-24-g4f1b