Skip to content

Commit

Permalink
Bugfix for error created during security changes
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Feb 15, 2022
1 parent 2c4972d commit 1694224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import.php
Expand Up @@ -124,7 +124,7 @@ function print_categories() {
echo '
<form action="import_handler.php" method="post" name="importform" '
. 'enctype="multipart/form-data" onsubmit="return checkExtension()">'
. print_form_key() . '
. csrf_form_key() . '
<table class="table">
<tr>
<td><label for="importtype">' . translate ( 'Import format' ) . ':</label></td>
Expand Down

0 comments on commit 1694224

Please sign in to comment.