summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-08-18 03:15:05 +0200
committermkanat%kerio.com <>2005-08-18 03:15:05 +0200
commitd8000a5968b530e499bae2006d62e9300d8e8491 (patch)
tree338d170b68c4d7d9b056a229c8897db626cd0566 /Bugzilla/Config.pm
parent74dd48c21d8b75ec8de225c4a653641a3460bf4f (diff)
downloadbugzilla-d8000a5968b530e499bae2006d62e9300d8e8491.tar.gz
bugzilla-d8000a5968b530e499bae2006d62e9300d8e8491.tar.xz
Bug 299848: enter_bug's automatic OS/Platform code does not work with the new default OS list
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 2dcadd30d..c124d62bd 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -204,7 +204,7 @@ sub UpdateParams {
$param{'defaultplatform'} = 'Other';
}
if (!exists $param{'defaultopsys'}) {
- $param{'defaultopsys'} = 'other';
+ $param{'defaultopsys'} = 'Other';
}
}
delete $param{'usebrowserinfo'};