Skip to content

Commit

Permalink
improved correction pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fneumann committed Jan 18, 2024
1 parent 4150e7e commit 5a18f83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions classes/Data/class.DataService.php
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,6 @@ public function formatCorrectionInclusions (CorrectorSummary $summary, Corrector
. $this->plugin->txt('include_criteria_points') . ' '
. $this->plugin->txt($inclusion == CorrectorSummary::INCLUDE_INFO ? 'include_suffix_info' : 'include_suffix_relevant');
}
if (($inclusion = $summary->getIncludeWriterNotes() ?? $preferences->getIncludeWriterNotes()) > CorrectorSummary::INCLUDE_NOT) {
$text .= ($text ? ', ' : '')
. $this->plugin->txt('include_writer_notes') . ' '
. $this->plugin->txt($inclusion == CorrectorSummary::INCLUDE_INFO ? 'include_suffix_info' : 'include_suffix_relevant');
}
if (empty($text)) {
$text = $this->plugin->txt('include_nothing');
}
Expand Down

0 comments on commit 5a18f83

Please sign in to comment.