Skip to content

Commit

Permalink
Avoid request params to use rendering HTML fc2blog#338
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Aug 8, 2021
1 parent b84c147 commit 361df05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/twig_templates/admin/blog_plugins/register.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<form action="register" method="post" id="sys-plugin-form" class="admin-form">

<input type="hidden" name="id" value="{{ req.get('id') }}"/>
<input type="hidden" name="id" value="{{ blog_plugin.id }}"/>
<input type="hidden" name="sig" value="{{ sig }}"/>
<table>
<tbody>
Expand Down

0 comments on commit 361df05

Please sign in to comment.