From a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 19 Oct 2015 22:24:41 +0300 Subject: lint fixes for bugzilla --- modules/bugzilla/templates/localconfig | 1 - modules/bugzilla/templates/params | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/bugzilla/templates') diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 5ef4a9ab..169f55ed 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -101,4 +101,3 @@ $interdiffbin = '/usr/bin/interdiff'; # The interdiff feature needs diff, so we have to have that path. # Please specify the directory name only; do not use trailing slash. $diffpath = '/usr/bin'; - diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index eb1fe23f..abe26bd8 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -10,7 +10,7 @@ 'RADIUS_email_suffix' => '', 'RADIUS_secret' => '', 'RADIUS_server' => '', - 'ajax_user_autocompletion' => '1', + 'ajax_user_autocompletion' => '1', 'allow_attach_url' => 0, 'allow_attachment_deletion' => 0, 'allow_attachment_display' => 1, -- cgit v1.2.1