We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc22a6 commit 70d8a85Copy full SHA for 70d8a85
1 file changed
modules/file/conf/module.xml
@@ -13,7 +13,7 @@
13
<action name="procFileImageResize" type="controller" ruleset="imageResize" />
14
<action name="procFileDelete" type="controller" />
15
<action name="procFileDownload" type="controller" method="GET|POST" />
16
- <action name="procFileOutput" type="controller" />
+ <action name="procFileOutput" type="controller" method="GET|POST" />
17
<action name="procFileAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
18
<action name="procFileAdminInsertConfig" type="controller" ruleset="insertConfig" />
19
<action name="procFileAdminInsertModuleConfig" type="controller" ruleset="fileModuleConfig" />
0 commit comments