Skip to content

Commit 2dd3443

Browse files
jonasraoniasmecher
authored andcommitted
pkp/pkp-lib#11268 Removed not needed argument
1 parent b623fe8 commit 2dd3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/frontend/objects/preprint_summary.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
{/if}
9191

9292
<div class="details">
93-
{translate key="publication.galley.downloads" downloads=$preprint->getTotalGalleyViews($primaryGenreIds)}
93+
{translate key="publication.galley.downloads" downloads=$preprint->getTotalGalleyViews()}
9494
{if $preprint->getCurrentPublication()->getData('datePublished')}
9595
<span class="details_divider">-</span>
9696
{translate key="submission.dates" submitted=$preprint->getData('dateSubmitted')|date_format:$dateFormatShort published=$preprint->getCurrentPublication()->getData('datePublished')|date_format:$dateFormatShort}

0 commit comments

Comments
 (0)