aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-09-15 14:13:35 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-09-15 14:13:35 +0000
commit84ec7f6938e6c44e617bb3b2669281e21d5c198a (patch)
treedef0799cf464164e14b816313fb05bd799d59a46 /Bugzilla.pm
parentc11b241b985511c01803df200d31afb793f11903 (diff)
downloadbugs-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar
bugs-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.gz
bugs-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.bz2
bugs-84ec7f6938e6c44e617bb3b2669281e21d5c198a.tar.xz
bugs-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.pm4
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>