Skip to content

Commit

Permalink
pkp/pkp-lib#2178 Locale change
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Oct 13, 2017
1 parent 6e79db6 commit 58cffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/services/NavigationMenuService.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct() {
public function getMenuItemTypesCallback($hookName, $args) {
$types =& $args[0];

\AppLocale::requireComponents(LOCALE_COMPONENT_APP_COMMON, LOCALE_COMPONENT_PKP_USER, LOCALE_COMPONENT_PKP_EDITOR);
\AppLocale::requireComponents(LOCALE_COMPONENT_APP_COMMON, LOCALE_COMPONENT_PKP_USER, LOCALE_COMPONENT_APP_EDITOR);

$ojsTypes = array(
NMI_TYPE_CURRENT => array(
Expand Down

0 comments on commit 58cffce

Please sign in to comment.