Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Jan 13, 2025
1 parent 6a88ec1 commit 9062f93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct($monograph, $publicationFormat, $publication)
$this->addCheck(new \PKP\form\validation\FormValidatorCSRF($this));

// Ensure a locale is provided and valid:
// Publication format locale can be one of the context's supported locales, as well as
// Publication format locale can be one of the context's supported submission locales, as well as
// the existing monograph locale or the existing local of this publication format.
$locales = collect(Application::get()->getRequest()->getContext()->getSupportedSubmissionLocales())
->concat([$monograph->getData('locale')])
Expand Down

0 comments on commit 9062f93

Please sign in to comment.