summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
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;