Skip to content

Commit

Permalink
Fix deprecation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Schmitz committed Dec 20, 2018
1 parent 69788ff commit 72a2f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/actions/run.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
{% do view.registerAssetBundle("firstborn\\migrationmanager\\assetbundles\\cp\\CpAssetBundle") %}


{% includejs %}
{% js %}
new Craft.MigrationManagerRunner({{ data|json_encode|raw }}, '{{ nextAction }}');
{% endincludejs %}
{% endjs %}

0 comments on commit 72a2f0f

Please sign in to comment.