diff options
author | 2014-09-15 14:13:35 +0000 | |
---|---|---|
committer | 2014-09-15 14:13:35 +0000 | |
commit | 84ec7f6938e6c44e617bb3b2669281e21d5c198a (patch) | |
tree | def0799cf464164e14b816313fb05bd799d59a46 /Bugzilla.pm | |
parent | Bug 1064933: Bugzilla.pm does not compile without Text::Markdown (diff) | |
download | bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.gz bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.bz2 bugzilla-84ec7f6938e6c44e617bb3b2669281e21d5c198a.zip |
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 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index af670e90f..2347a8ae8 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -941,8 +941,8 @@ Change the database object to refer to the main database. =item C<params> -The current Parameters of Bugzilla, as a hashref. If C<data/params.js> -does not exist, then we return an empty hashref. If C<data/params.js> +The current Parameters of Bugzilla, as a hashref. If C<data/params.json> +does not exist, then we return an empty hashref. If C<data/params.json> is unreadable or is not valid, we C<die>. =item C<local_timezone> |