We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e79db6 commit 58cffceCopy full SHA for 58cffce
1 file changed
classes/services/NavigationMenuService.inc.php
@@ -38,7 +38,7 @@ public function __construct() {
38
public function getMenuItemTypesCallback($hookName, $args) {
39
$types =& $args[0];
40
41
- \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);
42
43
$ojsTypes = array(
44
NMI_TYPE_CURRENT => array(
0 commit comments