Skip to content

Commit

Permalink
pkp#9721 Fix missing locale file load
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 12, 2024
1 parent 8fdf6b6 commit 0139149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/template/PKPTemplateManager.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ function setupBackendPage() {
}

if (count(array_intersect([ROLE_ID_MANAGER, ROLE_ID_SUB_EDITOR], $userRoles))) {
AppLocale::requireComponents([LOCALE_COMPONENT_PKP_MANAGER]); // pkp/pkp-lib#9721
$menu['statistics'] = [
'name' => __('navigation.tools.statistics'),
'submenu' => [
Expand Down

0 comments on commit 0139149

Please sign in to comment.