From 334bead74bc9c5e819f14946726eaad40986d636 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 16 Dec 2017 13:17:05 -0600 Subject: Bug 1403777 - Migrate urlbase from params to localconfig --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 6635ef50a..f21edfc92 100755 --- a/index.cgi +++ b/index.cgi @@ -75,7 +75,7 @@ else { if ($user_id && $user->in_group('admin')) { # If 'urlbase' is not set, display the Welcome page. - unless (Bugzilla->params->{'urlbase'}) { + unless (Bugzilla->localconfig->{'urlbase'}) { $template->process('welcome-admin.html.tmpl') or ThrowTemplateError($template->error()); exit; -- cgit v1.2.3-24-g4f1b