diff options
author | 2014-09-11 01:53:07 +0200 | |
---|---|---|
committer | 2014-09-11 01:53:07 +0200 | |
commit | e1603d01bbc3523b622db2f295400aa5a5f14509 (patch) | |
tree | 53cfc18ee24e626912401bea9ab4be346e1e05ce /checksetup.pl | |
parent | Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 sp... (diff) | |
download | bugzilla-e1603d01bbc3523b622db2f295400aa5a5f14509.tar.gz bugzilla-e1603d01bbc3523b622db2f295400aa5a5f14509.tar.bz2 bugzilla-e1603d01bbc3523b622db2f295400aa5a5f14509.zip |
Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into data/params
r=dkl r=wurblzap a=sgreen
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index c7e8994e5..1785faf54 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 is stored in the DB. +# because some data required to populate data/params.js 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>), using +Updates the system parameters (stored in F<data/params.js>), using L<Bugzilla::Config/update_params>. =item 10 |