Skip to content

Commit

Permalink
use Mgt_DeleteOrders instead of Mgt_Base
Browse files Browse the repository at this point in the history
Mgt_Base will still work in defining the router, but it is still good to follow standard.
  • Loading branch information
reillo committed Nov 26, 2015
1 parent 5364692 commit 62772b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/app/code/community/Mgt/DeleteOrders/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<adminhtml>
<args>
<modules>
<Mgt_Base before="Mage_Adminhtml">Mgt_DeleteOrders_Adminhtml</Mgt_Base>
<Mgt_DeleteOrders before="Mage_Adminhtml">Mgt_DeleteOrders_Adminhtml</Mgt_DeleteOrders>
</modules>
</args>
</adminhtml>
Expand Down

0 comments on commit 62772b5

Please sign in to comment.