diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-02-14 00:20:16 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-02-14 00:20:16 +0000 |
commit | 99a567d3c08cdf778e8b0bf305c9179d8b0f75cd (patch) | |
tree | b670496e38b5c05b87e06121631f15810a3ef559 /modules/bugzilla | |
parent | 071fe5257bb078ef421ad32bdf79634be6347977 (diff) | |
download | puppet-99a567d3c08cdf778e8b0bf305c9179d8b0f75cd.tar puppet-99a567d3c08cdf778e8b0bf305c9179d8b0f75cd.tar.gz puppet-99a567d3c08cdf778e8b0bf305c9179d8b0f75cd.tar.bz2 puppet-99a567d3c08cdf778e8b0bf305c9179d8b0f75cd.tar.xz puppet-99a567d3c08cdf778e8b0bf305c9179d8b0f75cd.zip |
Enable votes
Diffstat (limited to 'modules/bugzilla')
-rw-r--r-- | modules/bugzilla/templates/params | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 6f4da70c..7d5e2df9 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -100,7 +100,7 @@ 'usestatuswhiteboard' => 1, 'usetargetmilestone' => 0, 'usevisibilitygroups' => 0, - 'usevotes' => 0, + 'usevotes' => 1, 'utf8' => 1, 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', 'whinedays' => 7 |