Skip to content

Commit

Permalink
Recover max-authors option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 21, 2023
1 parent 7b43eaa commit 9f8650a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options/o_authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Authors_PaperOption extends PaperOption {
private $max_count;
function __construct(Conf $conf, $args) {
parent::__construct($conf, $args);
$this->max_count = $args->max ?? 0;
}
function author_list(PaperValue $ov) {
return PaperInfo::parse_author_list($ov->data() ?? "");
Expand Down

0 comments on commit 9f8650a

Please sign in to comment.