Skip to content

Commit

Permalink
Updated Admin Routing - Version 0.2.5
Browse files Browse the repository at this point in the history
To make this module compatible with Patch SUPEE-6788
  • Loading branch information
MatthijsIJ committed Nov 17, 2015
1 parent 7edcd52 commit 1869702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/community/Uni/Fileuploader/etc/adminhtml.xml
Expand Up @@ -15,7 +15,7 @@
<fileuploader module="fileuploader">
<title>Manage Attachments</title>
<sort_order>1</sort_order>
<action>fileuploader/adminhtml_fileuploader</action>
<action>adminhtml/fileuploader</action>
</fileuploader>
</children>
</catalog>
Expand All @@ -32,7 +32,7 @@
<fileuploader module="fileuploader">
<title>Manage Attachments</title>
<sort_order>1</sort_order>
<action>fileuploader/adminhtml_fileuploader</action>
<action>adminhtml/fileuploader</action>
</fileuploader>
</children>
</catalog>
Expand All @@ -58,4 +58,4 @@
</observers>
</core_block_abstract_prepare_layout_after>
</events>
</config>
</config>

0 comments on commit 1869702

Please sign in to comment.