Skip to content

Commit

Permalink
Merge pull request #1 from sreichel/mage-poll-config
Browse files Browse the repository at this point in the history
Added missing `Mage_Poll` config section
  • Loading branch information
colinmollenhour authored Jul 31, 2024
2 parents e8d5c5e + 2381b6a commit 882361b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/code/core/Mage/Poll/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
<sections>
<web>
<groups>
<polls>
<polls translate="label">
<label>Polls</label>
<sort_order>40</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<poll_check_by_ip translate="label" module="poll">
<label>Disallow Voting in a Poll Multiple Times from Same IP-address</label>
Expand Down

0 comments on commit 882361b

Please sign in to comment.