Skip to content

Commit

Permalink
Make ajax routes non-i18n, fixes #2528
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfcmf committed Jul 14, 2015
1 parent bfed4a8 commit fa19e43
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -12,11 +12,13 @@
<route id="ajaxinstall" path="/ajaxinstall">
<default key="_controller">core_installer.controller.ajaxinstall:ajaxAction</default>
<option key="expose">true</option>
<option key="i18n">false</option>
</route>

<route id="ajaxupgrade" path="/ajaxupgrade">
<default key="_controller">core_installer.controller.ajaxupgrade:ajaxAction</default>
<option key="expose">true</option>
<option key="i18n">false</option>
</route>

<route id="upgrade" path="/upgrade/{stage}">
Expand Down

0 comments on commit fa19e43

Please sign in to comment.