Skip to content

Commit a901d79

Browse files
authored
Add helpers declaration to config.xml (#1878)
1 parent 96ecaa9 commit a901d79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/core/Mage/Index/etc/config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
</Mage_Index>
3333
</modules>
3434
<global>
35+
<helpers>
36+
<index>
37+
<class>Mage_Index_Helper</class>
38+
</index>
39+
</helpers>
3540
<models>
3641
<index>
3742
<class>Mage_Index_Model</class>

0 commit comments

Comments
 (0)