Skip to content

Commit 882361b

Browse files
Merge pull request #1 from sreichel/mage-poll-config
Added missing `Mage_Poll` config section
2 parents e8d5c5e + 2381b6a commit 882361b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/app/code/core/Mage/Poll/etc/system.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
<sections>
2525
<web>
2626
<groups>
27-
<polls>
27+
<polls translate="label">
28+
<label>Polls</label>
29+
<sort_order>40</sort_order>
30+
<show_in_default>1</show_in_default>
31+
<show_in_website>1</show_in_website>
32+
<show_in_store>1</show_in_store>
2833
<fields>
2934
<poll_check_by_ip translate="label" module="poll">
3035
<label>Disallow Voting in a Poll Multiple Times from Same IP-address</label>

0 commit comments

Comments
 (0)