Skip to content

Commit

Permalink
Merge pull request #149 from craigcarnell/bugfix/helper
Browse files Browse the repository at this point in the history
Fix undefined helper in MagentoBoilerplate
  • Loading branch information
bencorlett committed Feb 28, 2016
2 parents 5345069 + cf876fa commit 02e09af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/community/Webcomm/MagentoBoilerplate/etc/config.xml
Original file line number Diff line number Diff line change
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 02e09af

Please sign in to comment.