Skip to content

Commit 58cffce

Browse files
committed
pkp/pkp-lib#2178 Locale change
1 parent 6e79db6 commit 58cffce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/services/NavigationMenuService.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct() {
3838
public function getMenuItemTypesCallback($hookName, $args) {
3939
$types =& $args[0];
4040

41-
\AppLocale::requireComponents(LOCALE_COMPONENT_APP_COMMON, LOCALE_COMPONENT_PKP_USER, LOCALE_COMPONENT_PKP_EDITOR);
41+
\AppLocale::requireComponents(LOCALE_COMPONENT_APP_COMMON, LOCALE_COMPONENT_PKP_USER, LOCALE_COMPONENT_APP_EDITOR);
4242

4343
$ojsTypes = array(
4444
NMI_TYPE_CURRENT => array(

0 commit comments

Comments
 (0)