summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-21 23:29:27 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:42:01 +0200
commitf5b6df17637f54525fdbcb419258ce4874e70ff0 (patch)
treec64f9f2eae726b04d8e4d5c71490d2b79ff349fe /checksetup.pl
parent46288f62b71eb569379ccbb7e8ee68bb05220ac2 (diff)
downloadbugzilla-f5b6df17637f54525fdbcb419258ce4874e70ff0.tar.gz
bugzilla-f5b6df17637f54525fdbcb419258ce4874e70ff0.tar.xz
fix mistake
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 867af9808..7c9826ee3 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -135,7 +135,7 @@ require Bugzilla::Install::Localconfig;
import Bugzilla::Install::Localconfig qw(update_localconfig);
require Bugzilla::Install::Filesystem;
-import Bugzilla::Install::Filesystem qw(update_filesystem create_htaccess
+import Bugzilla::Install::Filesystem qw(update_filesystem
fix_all_file_permissions);
require Bugzilla::Install::DB;
require Bugzilla::DB;