Skip to content

Commit

Permalink
pkp/pkp-lib#10292 fixed context locale retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Oct 7, 2024
1 parent 093a0b5 commit 58dfb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CitationStyleLanguagePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function getCitation(PKPRequest $request, Submission $submission, string
ControlledVocab::CONTROLLED_VOCAB_SUBMISSION_KEYWORD,
Application::ASSOC_TYPE_PUBLICATION,
$publication->getId(),
[Locale::getSupportedLocales()]
$context->getSupportedLocales()
);

$citationData = new stdClass();
Expand Down

0 comments on commit 58dfb35

Please sign in to comment.