Skip to content

Commit

Permalink
Issue craigk5n#391: Cannot export entries
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Aug 11, 2023
1 parent 0df566b commit c7b9029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions export.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

print_header('', '', 'onload="updateDateFields();"' );
echo '<h2>' . translate ( 'Export' ) . '</h2>
<form action="export_handler.php" method="post" name="exportform" id="exportform">
' . print_form_key() . '
<table class="table">
<form action="export_handler.php" method="post" name="exportform" id="exportform">';
echo csrf_form_key();
echo '<table class="table">
<tr>
<td><label for="exformat">' . translate ( 'Export format' )
. ':</label></td>
Expand Down

0 comments on commit c7b9029

Please sign in to comment.