Skip to content

Commit

Permalink
fix: fixed wrong offset in CSV export, closes #1737
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Apr 21, 2020
1 parent 74d305f commit b2a1538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpmyfaq/admin/report.export.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
}
if ($useLastModified && isset($data['faq_last_author'])) {
$text[$i][] = $report->convertEncoding($data['faq_last_author']);
} else {
$text[$i][] = '';
}
if ($useUrl) {
$text[$i][] = $report->convertEncoding(
Expand Down

0 comments on commit b2a1538

Please sign in to comment.