Skip to content

Commit

Permalink
pkp/pkp-lib#4880 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 28, 2020
1 parent f34fb51 commit 731cab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function createProductNode($doc, $submission, $publicationFormat) {
$titleElementNode->appendChild($this->_buildTextNode($doc, 'TitleWithoutPrefix', $publication->getLocalizedTitle()));
}

if ($publication->getData('subtitle', $publication->getData('locale')) {
if ($publication->getData('subtitle', $publication->getData('locale'))) {
$titleElementNode->appendChild($this->_buildTextNode($doc, 'Subtitle', $publication->getData('subtitle', $publication->getData('locale'))));
}

Expand Down

0 comments on commit 731cab1

Please sign in to comment.