Skip to content

Commit

Permalink
Fix mergedate option type (string) (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Aug 25, 2024
1 parent 3fb0327 commit c9eec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/latex/biblatex/bbx/authoryear.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
\renewbibmacro*{bbx:savehash}{\savefield{fullhash}{\bbx@lasthash}}}
{\renewbibmacro*{bbx:savehash}{}}}

\DeclareBiblatexOption{global,type,entry}[boolean]{mergedate}[true]{%
\DeclareBiblatexOption{global,type,entry}[string]{mergedate}[true]{%
\ifcsdef{bbx@opt@mergedate@#1}
{\csuse{bbx@opt@mergedate@#1}}
{\PackageError{biblatex}
Expand Down

0 comments on commit c9eec5b

Please sign in to comment.