summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-09-15 16:13:35 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-09-15 16:13:35 +0200
commit84ec7f6938e6c44e617bb3b2669281e21d5c198a (patch)
treedef0799cf464164e14b816313fb05bd799d59a46 /checksetup.pl
parentc11b241b985511c01803df200d31afb793f11903 (diff)
downloadbugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.gz
bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.xz
Bug 1066184: data/params.js should be renamed to data/params.json since the data form is JSON and not JS
r=LpSolit,a=sgreen
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 1785faf54..50ca8bda8 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -109,7 +109,7 @@ my $lc_hash = Bugzilla->localconfig;
# At this point, localconfig is defined and is readable. So we know
# everything we need to create the DB. We have to create it early,
-# because some data required to populate data/params.js is stored in the DB.
+# because some data required to populate data/params.json is stored in the DB.
Bugzilla::DB::bz_check_requirements(!$silent);
Bugzilla::DB::bz_create_database() if $lc_hash->{'db_check'};
@@ -364,7 +364,7 @@ L<Bugzilla::Install::Filesystem/create_htaccess>.
=item 9
-Updates the system parameters (stored in F<data/params.js>), using
+Updates the system parameters (stored in F<data/params.json>), using
L<Bugzilla::Config/update_params>.
=item 10