Skip to content

Commit 312a65f

Browse files
committed
pkp/pkp-lib#7135 Fix missing adjustment of function to support multiple affiliations
1 parent c09d1ef commit 312a65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/frontend/components/authors.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{foreach name="authors" from=$authors item=author}
6666
{* strip removes excess white-space which creates gaps between separators *}
6767
{strip}
68-
{if $author->getLocalizedAffiliation()}
68+
{if $author->getLocalizedAffiliationNamesAsString()}
6969
{if $identifyAsEditors}
7070
{capture assign="authorName"}<span class="label">{translate key="submission.editorName" editorName=$author->getFullName()|escape}</span>{/capture}
7171
{else}

0 commit comments

Comments
 (0)