Skip to content

Commit

Permalink
Fix undefined helper in MagentoBoilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
csdougliss committed Feb 24, 2016
1 parent 5345069 commit cf876fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/community/Webcomm/MagentoBoilerplate/etc/config.xml
Expand Up @@ -37,6 +37,11 @@
<class>Webcomm_MagentoBoilerplate_Model</class>
</magentoboilerplate>
</models>
<helpers>
<magentoboilerplate>
<class>Webcomm_MagentoBoilerplate_Helper</class>
</magentoboilerplate>
</helpers>
<events>
<core_layout_update_updates_get_after>
<observers>
Expand Down

0 comments on commit cf876fa

Please sign in to comment.